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