-
Notifications
You must be signed in to change notification settings - Fork 1
SizeType
Konoplev Anatolii edited this page Jun 14, 2020
·
2 revisions
ClForms.Common.Grid.SizeType
Specifies how rows or columns of user interface (UI) elements should be sized relative to their container
public enum SizeType| value | Description |
|---|---|
| Absolute | The row or column should be sized to an exact number of pixels |
| AutoSize | The row or column should be automatically sized to share space with its peers |
| Percent | The row or column should be sized as a percentage of the parent container |