C1.Win.C1List.ListBase Namespace / C1ListBase Class / ItemHeight Property

In This Topic
ItemHeight Property (C1ListBase)
In This Topic
Returns or sets the height of all list rows.
Syntax
'Declaration
 
Public Property ItemHeight As Integer
 
Remarks

The default value depends upon the character height of the current font.

If the control's AllowRowSizing property is set to True and the SelectionMode property is set to CheckBox, then the user can adjust the ItemHeight property at run time by dragging the row divider between any pair of checkboxes.

See Also