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


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

    Property Value

    One of the ScrollBarMode enumerations indicating how to display the scroll bars.
    The default is ScrollBarMode.Automatic.
    Remarks
    If set to ScrollBarMode.Fixed, the scroll bars will be displayed at all time. If set to ScrollBarMode.Automatic, the scroll bars will be visible only when the contents in the control exceed the length of the control.
    See Also