Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsView.ScrollBars Property

Specifies scrollbars to display within a DevExpress control.

#Declaration

Delphi
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