ToolStrips in a ToolStripContainer

B

banduraj

I have a ToolStripContainer on my form and have several tool strips in
the container. Among these I have a MenuStrip and StatusStrip. my
MenuStrip I want to always be at the top of the top container and the
StatusStrip I always want to be at the bottom of the bottom container.
Now I can disallow movement of these strips be disabling their grip,
but I can't keep other strips I want to move around from taking their
position. How can I maintain their positions within the container?
 
D

Dave Sexton

Hi banduraj,

Try nesting containers. The outer container could hold the MenuStrip and StatusStrip and the inner container could be used for
positioning nested strips. I haven't tested this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top