Skip to main content

TdxCustomLayoutGroup.ScrollOptions Property

Provides access to the layout group’s scroll settings.

Declaration

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