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


In This Topic
AutoItemHeight Property (ListItem)
In This Topic
Gets a value indicating whether the ListItem calculates the height automatically.
Syntax
'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
See Also