TdxLayoutSizeOptions.SizableVert Property
Specifies whether a layout element can be resized vertically.
Declaration
property SizableVert: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set the SizableVert property to True, to enable vertical resizing of a layout element.
This setting operates by the following rules:
The SizableVert property overrides the layout control’s OptionsItem.SizableVert property.
This property is not in effect for separator and splitter items.
See Also