Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditorInfo Class / ScrollBarMode Property


In This Topic
    ScrollBarMode Property (DropDownEditorInfo)
    In This Topic
    Gets or sets how to display the scroll bars.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarMode As ScrollBarMode
    'Usage
     
    
    Dim instance As DropDownEditorInfo
    Dim value As ScrollBarMode
     
    instance.ScrollBarMode = value
     
    value = instance.ScrollBarMode
    public ScrollBarMode ScrollBarMode {get; set;}

    Property Value

    One of the ScrollBarMode enumeration values that indicates whether the multiple edit displays the scroll bars as soon as the contents exceed the length of the drop-down edit. The default is ScrollBarMode.Fixed.
    See Also