Tree View Column - Width Property

Width of the column. See WidthType

Member of Tree View Column (PRIM_TVCL)

Data Type - Integer

Details

The Width property specifies either the width of the column in pixels or as a percentage of the container control.
 
The usage is governed by the WidthType property.

Allowed Values

Enum ValueDescription
CharactersThe number of characters to be visible in the column
FixedPercentage of the container control width
MinRemainderThe minimum size of the column when the list is resized
PixelsWidth in pixels
RemainderWidth is ignored
ScalablePercentage of the container control width


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2