List - RowSizing Property

Determines how rows will resize

Member of List (PRIM_LIST)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
GroupResize the selected rows
IndividualIndividual rows can be resized


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2