Enum GridLayout.StretchFlags

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

The value how child is resized within its space.

C#
Copy
[Flags] public enum GridLayout.StretchFlags
Name Description
Expand

Expand to share available space in GridLayout.

ExpandAndFill

Expand to share available space in GridLayout and fill the space.

Fill

Resize to completely fill the space.

None

Respect measured size of the child.