Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumnInfo Class / AutoWidth Property


In This Topic
    AutoWidth Property (DefaultListColumnInfo)
    In This Topic
    Gets or sets a bool value that indicates whether the ListColumnInfo calculates the width automatically.
    Syntax
    'Declaration
     
    
    Public Property AutoWidth As Boolean
    'Usage
     
    
    Dim instance As DefaultListColumnInfo
    Dim value As Boolean
     
    instance.AutoWidth = value
     
    value = instance.AutoWidth
    public bool AutoWidth {get; set;}

    Property Value

    A bool value, true if ListColumnInfo calculates the width automatically; otherwise, false.
    The default is false.
    See Also