TdxFloatDockSite.FloatWidth Property
Specifies the child dock control’s width.
Declaration
property FloatWidth: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
When a dock control is floating (resides on a float site), changing this control’s Width property has no effect. The reason is that the control is client aligned on its parent site, which is client aligned within the float form. To change a floating control’s width, you should use the FloatWidth property of the owning float site. This property actually sets the float form’s client width.
Use a control’s FloatDockSite property to access its parent float site.
See Also