Determines how rows will resize
Member of List (PRIM_LIST)
Data Type - Enumeration
Use the RowSizing property to specify how rows are sized. When CellSizing is set to one of the ContentXxx values it is necessary for the rows in the list to be able to resize appropriately. RowSizing should be set to Individual and RowHeight must be set to 0.
Enum Value | Description |
---|---|
Group | Resize the selected rows |
Individual | Individual rows can be resized |
Febuary 18 V14SP2