Skip to main content

TcxControlOptionsView.ScrollBars Property

Specifies scrollbars to display within a DevExpress control.

Declaration

property ScrollBars: TcxScrollStyle read; write; default ssBoth;

Property Value

Type Default
TcxScrollStyle ssBoth

Remarks

The ScrollBars property determines scrollbars to display within a DevExpress control.

Scrollbars appear if the control’s contents exceed a bounding rectangle. Scrollbars can be horizontal, vertical, or both.

The default value of the ScrollBars property is ssBoth.

See Also