Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFloatDockSite.FloatWidth Property

Specifies the child dock control’s width.

#Declaration

Delphi
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