Spread Windows Forms 12.0 Product Documentation
AutoItemHeight Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : AutoItemHeight Property
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

Reference

ListItemInfo Class
ListItemInfo Members