Enumeration of layout actions.
enum
|
LayoutAction
|
See also:
LayoutGrid
Nothing
|
= 0
|
No layout action needs to be performed. |
---|---|---|
ArrangeComponents
|
= 1
|
The components in the layout grid must be arranged. Remarks: This action is necessary after a change to any of the layout grid children: |
AdjustLayoutGridExtend
|
= 2
|
The extends of the layout grid must be adjusted in order to fill the available space. Remarks: This action is necessary after a change to the layout grid container: This action also triggers ArrangeComponents. |
ComputeLayoutGridExtend
|
= 3
|
The extends of the layout grid needs to be computed. Remarks: This action is necessary after a change to the layout grid container: This action is necessary after a change to any of the layout grid children: This action also triggers AdjustLayoutGridExtend. |
CreateLayoutGrid
|
= 4
|
The layout grid must be (re-) created. Remarks: This action is necessary after a change to the layout grid container: This action is necessary after a change to any of the layout grid children: This action also triggers ComputeLayoutGridExtend. |