Skip to main content

TdxFloatDockSite.FloatHeight Property

Specifies the child dock control’s height.

Declaration

property FloatHeight: Integer read; write;

Property Value

Type
Integer

Remarks

When a dock control is floating (resides on a float site), changing this control’s Height 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 height, you should use the FloatHeight property of the owning float site. This property actually sets the float form’s client height.

Use a control’s FloatDockSite property to access its parent float site.

See Also