Sizing to be applied to the layout item
Member of Table Layout Item Animation (PRIM_ANIM.TableLayoutItem)
Data Type - Enumeration
The Sizing property specifies the value the Sizing property of the managed layout item will have when the animation completes.
Enum Value | Description |
---|---|
FitBoth | Resize the control to the height and width of the cell |
FitHeight | Resize the control to the height of the cell. Width will remain unchanged |
FitWidth | Resize the control to the width of the cell. Height will remain unchanged |
None | Donot resize the control |
Febuary 18 V14SP2