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

TcxScrollBox Class

The scroll container.

#Declaration

Delphi
TcxScrollBox = class(
    TcxCustomScrollBox
)

#Remarks

The TcxScrollBox control implements the scroll container for controls that require the scrolling capability.

For available API, refer to the TcxCustomScrollBox description.

The TcxScrollBox control provides a design-time selector – a rectangle with green diagonal stripes located in the control’s bottom-right corner – which helps you select the scroll container on a form. The selector is useful when controls embedded into the scroll container occupy its entire client area, preventing direct on-form access to it. Click the selector to select the scroll container and display its settings in the Object Inspector. Once the scroll container is selected, the selector’s stripes are colored in red.

See Also