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

TdxCustomLayoutGroup.ScrollOptions Property

Provides access to the layout group’s scroll settings.

#Declaration

Delphi
property ScrollOptions: TdxLayoutGroupScrollOptions read; write;

#Property Value

Type
TdxLayoutGroupScrollOptions

#Remarks

Use the ScrollOptions.Horizontal and ScrollOptions.Vertical properties to specify how the layout group scrolls its content (including nested layout groups) horizontally and vertically if the content’s width and/or height exceed the group’s corresponding dimensions. Refer to the TdxLayoutGroupScrollOptions class description for detailed information on the available settings and possible interaction options between parent and nested layout groups that use various ScrollOptions settings.

See Also