Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / AutoSize Property


In This Topic
    AutoSize Property (EditBase)
    In This Topic
    Gets or sets a value that indicates whether the control is automatically sized to show all the content in a vertical direction.
    Syntax
    'Declaration
     
    
    Public Overrides Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As EditBase
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public override bool AutoSize {get; set;}

    Property Value

    true if enabled; otherwise, false.
    The default is false.
    Remarks
    When this property is set to true, the EditBase adjusts its width to display all the content.
    See Also