ToolStrips in a ToolStripContainer

  • Thread starter Thread starter banduraj
  • Start date Start date
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?
 
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.
 
Back
Top