TdxLayoutGroupScrollOptions.Vertical Property
Specifies the layout group‘s content vertical scroll behavior.
Declaration
property Vertical: TdxLayoutGroupScrollMode read; write; default smNone;
Property Value
Type | Default |
---|---|
TdxLayoutGroupScrollMode | smNone |
Remarks
Use this property to change how the layout group handles vertical content scrolling in relation to the parent and nested groups. Refer to the TdxLayoutGroupScrollMode type description for information on all available options.
The default Vertical property value is smNone.
See Also