Enum GridLayout.StretchFlags
Definition
- Assembly:
- Tizen.NUI.dll
The value how child is resized within its space.
[Flags]
public enum GridLayout.StretchFlags
Fields
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. |