Specifies how rows can be resized
Member of Grid (PRIM_GRID)
Data Type - Enumeration
Use the RowSizing property to specify how rows are sized. This property only has effect if the RowResize property has been set to True. The RowResize property must be set to True.
Enum Value | Description |
---|---|
ContentHeight | Resize rows to their content height |
Group | Resize the selected rows |
Individual | Individual rows can be resized |
Febuary 18 V14SP2