Question Layouting Multiple Toolstrip

batutabunsing

Member
Joined
Mar 3, 2008
Messages
19
Programming Experience
Beginner
Hi everyone.

I have placed two (2) toolstrip controls to my winforms. I have named it tsTop and tsBottom respectively.

In my layout, the tsTop is above tsBottom, but during run time, tsTop goes under tsBottom.

Checking their location properties, they have the following:
tsTop Location = 0, 24
tsBottom Location = 0, 49

Both controls have properties Locked = True.

Any advice on resolving this?

Thanks.
 
Back
Top