Questions tagged [toolstripcontainer]
9 questions
6
votes
1 answer
Why do my horizontal toolstrips keep stacking verticaly?
I'm using a ToolStripContainer that contains three ToolStrips. At design time I move the ToolStrips to the positions I want them in, which is in a horizontal row across the top of the form like this:
I then close and save the Form. However, if I…

Eric Anastas
- 21,675
- 38
- 142
- 236
5
votes
1 answer
Making a Toolstripcontainer panel work like an MDI parent
This is for C# and I am working in a Windows 7 environment with Visual Studio Express 2010.
I have an application where I have a toolstripcontainer dock set to fill so users can add toolstrips on any edge. The problem was that the…

Pyro
- 339
- 1
- 4
- 12
5
votes
1 answer
Toolstrip order in Toolstrip container
I have a toolstrip container with two toolstrips. I want to force one of them to be displayed on top of the other.
I tried setting Dock to Top for one and to Bottom for the other, but they are still displayed randomly.
I also tried using…

Jerry
- 4,258
- 3
- 31
- 58
1
vote
1 answer
ToolstripContainer save layout in winforms
Hi
I am currently working with tabstrips contained in a toolstripcontainer [Winforms, C#]. What I would like to do is, save the layout of these tabstrips and load them again, when the form is loaded. I was pretty surprised to find, that it has not…

Gagan
- 5,416
- 13
- 58
- 86
1
vote
1 answer
What's the WPF equivalent of a Winform ToolStripContainer?
Or what control/method I should be using to achieve the same?
I've just started transitioning from Winforms over to WPF and I tried googling as well as search on SO for the same question but to no avail. So I'm guessing it has to do more with the…

Glitch
- 595
- 6
- 18
0
votes
1 answer
Cannot use ToolStripContainer in .NET 5.0
I need to create toolstrip on the left. But toolbox have not any ToolStripContainer.
So I try to add manually a ToolStripContainer by coding at a design file.
But a ToolStripContainer is drawn by a red cross.
Private Sub InitializeComponent()
…

FRAME_TH
- 29
- 7
0
votes
1 answer
How to fix the order of items within a ToolStripContainer
I have a ToolStripContainer with a MenuStrip and a ToolStrip inside, both at the top. They're arranged as usual on Windows with the menu bar above the toolbar. Now, Windows Forms and DPI scaling support has always been a bit iffy. While everything…

Joey
- 344,408
- 85
- 689
- 683
0
votes
0 answers
Bizzare bug in Windows Forms with ToolStripContainer (I don't even know how to explain, so here's a video)
Well, here it is. Watch this video to see what happens:
http://www.youtube.com/watch?v=-9uA2qWm5JI&feature=youtu.be
Basically, I have a ToolStripContainer on my form, because I want to have a MenuStrip on top and ToolStripStatusLabel on bottom.…

Istrebitel
- 2,963
- 6
- 34
- 49
-1
votes
0 answers
StatusStrip does not display right order for items in it
I have a StatusStrip which has been work well. It has such an order for its item: a progress bar, a label which spring is true and other 6 label behind it. Now I intend to add a dropdown button behind the progress bar, I insert it in item collection…

Gavin
- 19
- 3