Back to Devexpress

TdxLayoutItemOptions.SizableVert Property

vcl-dxlayoutcontrol-dot-tdxlayoutitemoptions-107eb96d.md

latest1.1 KB
Original Source

TdxLayoutItemOptions.SizableVert Property

Specifies whether layout elements can be resized vertically.

Declaration

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

Property Value

TypeDefault
BooleanFalse

Remarks

Set the SizableVert property to True , to enable vertical resizing of layout elements.

The following rules apply:

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

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

The default value of the SizableVert property is False.

See Also

TdxLayoutItemOptions Class

TdxLayoutItemOptions Members

dxLayoutControl Unit