Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / AutoItemHeight Property


In This Topic
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

Property Value

true if the ListItemInfo object calculates the height automatically based on the font of the ListItemInfo object; otherwise,false.
See Also