Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

undockWidth and undockHeight has no effect

i try to dock vcl-forms.

At docking i set the undockwidth and undockheight:
  LMDDockSite1.Panels[LMDDockSite1.PanelCount-1].UndockHeight := theHeight;
  LMDDockSite1.Panels[LMDDockSite1.PanelCount-1].UndockWidth := theWidth;

 But after undocking the form i see another size of the form.

What is the problem ?

To set the size manually i need to know an event at undocking.
The Event in the Form "OnUndock" was never fired.

Comments

Sign In or Register to comment.