Spread Windows Forms 17
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
    public bool AutoItemHeight {get; set;}

    Property Value

    true if the ListItem calculate the height automatically through the font of the ListItem; Otherwise,false
    See Also