Skip to main content

TdxLayoutItemOptions.SizableHorz Property

Specifies whether layout elements can be resized horizontally.

Declaration

property SizableHorz: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to enable horizontal resizing of layout elements.

The following rules apply:

  • For each element, the SizableHorz property can be overridden by the element’s SizableHorz property.

  • This setting is not in effect for separator and splitter items.

The default value of the SizableHorz property is False.

See Also