[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBarMode

ScrollBarMode Property

ScrollBarMode

Gets or sets how to display the scroll bars in the drop-down window.

Declaration
[Browsable(true)]
public ScrollBarMode ScrollBarMode { get; set; }
<Browsable(True)>
Public Property ScrollBarMode As ScrollBarMode
Property Value
Type Description
ScrollBarMode

One of the ScrollBarMode enumerations that indicate how to display the scroll bars.
The default is 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.