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


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

    Property Value

    One of the ScrollBarMode enumerations that indicate how to display the scroll bars.
    The default is ScrollBarMode.Automatic.
    Remarks
    If set to ScrollBarMode.Fixed, the scroll bars are displayed at all times. If set to ScrollBarMode.Automatic, the scroll bars are visible only when the content of the control exceeds the length of the control.
    See Also