Skip to main content

TcxScrollBox Class

The scroll container.

Declaration

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