Skip to main content

TdxLayoutGroupScrollOptions.Horizontal Property

Specifies the layout group‘s content horizontal scroll behavior.

Declaration

property Horizontal: TdxLayoutGroupScrollMode read; write; default smNone;

Property Value

Type Default
TdxLayoutGroupScrollMode smNone

Remarks

Use this property to change how the layout group handles horizontal content scrolling in relation to the parent and nested groups. Refer to the TdxLayoutGroupScrollMode type description for information on all available options.

The default Horizontal property value is smNone.

See Also