Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPaneInfo Class / AutoHeight Property


In This Topic
    AutoHeight Property (ListHeaderPaneInfo)
    In This Topic
    Gets or sets whether the height for ListHeaderPaneInfo is automatically adjusted.
    Syntax
    'Declaration
     
    
    Public Property AutoHeight As Boolean
    'Usage
     
    
    Dim instance As ListHeaderPaneInfo
    Dim value As Boolean
     
    instance.AutoHeight = value
     
    value = instance.AutoHeight
    public bool AutoHeight {get; set;}

    Property Value

    true, if the ListHeaderPaneInfo height is automatically adjusted by Font of ListHeaderPaneInfo; otherwise, false.
    The default is true.
    See Also