TdxLayoutGroupScrollOptions Class
In This Article
Stores scroll settings for a layout group‘s content.
#Declaration
Delphi
TdxLayoutGroupScrollOptions = class(
TdxCustomLayoutItemOptions
)
#Remarks
This class implements the Horizontal and Vertical properties that allow you to control how the layout group handles horizontal and vertical content scrolling.
The layout group’s ScrollOptions property references a TdxLayoutGroupScrollOptions object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxLayoutGroupScrollOptions
See Also