Tagged Questions
The toolstrippanel tag has no wiki summary.
4
votes
3answers
3k views
Trying to add a ToolStrip to a ToolStripPanel side-by-side with an existing ToolStrip
I'm using .net 2.0 with Visual Studio 2005 and I am trying to add two different toolstrips to the top of the form such that they show up side-by-side. I want it to be like Word 2003, where you can ...
1
vote
2answers
835 views
Undocking a ToolStrip from a ToolStripPanel
Out of the box, there doesn't appear to be any built-in support for allowing your end-users to undock the ToolStrips in your applications from their parent ToolStripPanels. Clearly it's possible ...
1
vote
1answer
767 views
Locking a ToolStripContainer panel to only allow for one row of toolstrips
Title says it all. I want the ToolStrips to remain on one row, and for the user to be able to rearrange on that row but not create additional rows. I tried using SetBounds on the LocationChanged ...
1
vote
2answers
1k views
Change ToolStripPanel overflow behavior for dynamically added ToolStripItems
I have a Windows Forms ToolStripPanel that I dynamically add new ToolStrips to it. Each ToolStrip has ToolStripItems that I dynamically add to it (mostly ToolStripButtons).
I would like to have all ...
0
votes
2answers
607 views
C# ToolStripPanel Drawing Question
I am trying to get a ToolStripPanel to have the same drawing style as the embedded ToolStrips, so that it looks like one continuous bar. I have the ToolStrips using the ToolStripProfessionalRenderer ...