Back to Devexpress

TdxLayoutItemOptions.SizableHorz Property

vcl-dxlayoutcontrol-dot-tdxlayoutitemoptions-2d9a1efd.md

latest1.1 KB
Original Source

TdxLayoutItemOptions.SizableHorz Property

Specifies whether layout elements can be resized horizontally.

Declaration

delphi
property SizableHorz: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxLayoutItemOptions Class

TdxLayoutItemOptions Members

dxLayoutControl Unit