Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ScrollBarMode Property


In This Topic
    ScrollBarMode Property (DropDownEditor)
    In This Topic
    Gets or sets how to display the scroll bars.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarMode As ScrollBarMode
    'Usage
     
    
    Dim instance As DropDownEditor
    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 to display the scroll bars as soon as the contents exceed the length of the drop-down edit when there are multiple lines. The default is ScrollBarMode.Fixed.
    See Also