I've got a form with two toolstrips on it. I want them on a single row,
side-by-side, but they keep getting reset in the designer and ending up on
two rows, one above the other. Is there any way to stop this, or
alternatively, is it possible to programmatically change the layout OnLoad
of the form?

Signature
----
Mark
FUnky - 24 Mar 2006 05:47 GMT
> I've got a form with two toolstrips on it. I want them on a single row,
> side-by-side, but they keep getting reset in the designer and ending up on
> two rows, one above the other. Is there any way to stop this, or
> alternatively, is it possible to programmatically change the layout OnLoad
> of the form?
Check the Dock Property of the toolstrip .. if it is set to top, set it to
none.
Mark Rendle - 30 Mar 2006 13:55 GMT
> Check the Dock Property of the toolstrip .. if it is set to top, set it to
> none.
The Dock is already set to None.

Signature
----
Mark