Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPane Class / AutoHeight Property


In This Topic
    AutoHeight Property (ListHeaderPane)
    In This Topic
    Gets or sets a value indicating whether the ListHeaderPane is auto adjust height.
    Syntax
    'Declaration
     
    
    Public Property AutoHeight As Boolean
    'Usage
     
    
    Dim instance As ListHeaderPane
    Dim value As Boolean
     
    instance.AutoHeight = value
     
    value = instance.AutoHeight
    public bool AutoHeight {get; set;}

    Property Value

    true, if the ListHeaderPane auto adjust height through Font of the ListHeaderPane. Otherwise, false
    The default is true.
    See Also