Top "Toolstrip" questions

This is .net framework class which provides a container for Windows toolbar objects.

Toolstrip with check button group

I'd like to have a toolstrip with some buttons on it (WinFroms/c#/.net4). I'd like to have the clicked …

c# .net winforms toolstrip
Check only one ToolStripMenuItem

I have a ToolStrip with multiple ToolStripDropDownButtons, each has a set of DropDownItems. When the user clicks on an DropDownItem, …

winforms checked toolstrip toolstripdropdown toolstripitem
How to disable ToolStripMenuItem in Context menu Dynamically?

In my windows application i have a context menu with a grid the problem is that I want to disable …

c# .net winforms toolstrip contextmenustrip
Anchor ToolStripProgressBar to right of StatusBar(StatusStrip)

I have a form with a statusbar that has 2 ToolStripStatusLabels followed by a ToolStripProgressBar. I want the progressbar to be …

winforms toolstrip
Is it possible to change ToolStripMenuItem tooltip font?

I have a dynamically filled ContextMenuStrip where each ToolStripMenuItem has a formatted text for the tooltip. And, in order for …

c# .net winforms tooltip toolstrip
How do I make cross-threaded calls to a ToolStripStatusLabel?

I tend to use a StatusStrip at the bottom of most of my applications for simple status updates and occasionally …

.net multithreading toolstrip
Is there a WPF equivalent for ToolStripButton?

I'm learning WPF and have been trying to create a toolstrip. Is there a direct equivalent of the WinForms ToolStripButton …

wpf toolstrip toolstripbutton
What's the deal with the ToolStrip's RenderMode property?

I never quite understood what this property was designed for. I can see that it visibly changes the design of …

.net winforms toolstrip