AutoItemHeight Property (ListItem)
Gets a value indicating whether the
ListItem calculates the height automatically.
public bool AutoItemHeight {get; set;}
'Declaration
Public Property AutoItemHeight As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
instance.AutoItemHeight = value
value = instance.AutoItemHeight
Property Value
true if the
ListItem calculate the height automatically through the font of the
ListItem; Otherwise,
false