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