AutoItemHeight Property (ListItemInfo)
Gets whether the
ListItemInfo object calculates the height automatically.
public bool AutoItemHeight {get; set;}
'Declaration
Public Property AutoItemHeight As Boolean
'Usage
Dim instance As ListItemInfo
Dim value As Boolean
instance.AutoItemHeight = value
value = instance.AutoItemHeight
Property Value
true if the
ListItemInfo object calculates the height automatically based on the font of the
ListItemInfo object; otherwise,
false.