LayoutAction
Public / Constants
ArrangeComponents
The components in the layout grid must be arranged.
This action is necessary after a change to any of the layout grid children:
AdjustLayoutGridExtend
The extends of the layout grid must be adjusted in order to fill the available space.
This action is necessary after a change to the layout grid container:
This action also triggers ArrangeComponents.
ComputeLayoutGridExtend
The extends of the layout grid needs to be computed.
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
The layout grid must be (re-) created.
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.