TcxMCListBox.ItemHeight Property
Specifies the height of items in pixels.
Declaration
property ItemHeight; default 16;
Property Value
Type | Default |
---|---|
Integer | 16 |
Remarks
The ItemHeight property specifies the height of the items within the multi column list box control. The font applied to the items in the multi column list box also affects the item’s height and increases it automatically whenever it is necessary for display purposes. (Use the Style property to access the style settings of the control in the normal state.)
The images below display list box controls with the ItemHeight property set to 16 and 32 pixels, respectively.
The default value of the ItemHeight property is 16.
See Also