Tagged Questions
The toolstrip tag has no wiki summary.
4
votes
1answer
53 views
Getting WinForms menus and toolbars to use the system theme?
Is there a way to get WinForms controls MenuStrip and ToolStrip to rendering using the current system theme?
Normally the WinForms MenuStrip and ToolStrip controls have a RenderMode property, which ...
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 ...
3
votes
3answers
852 views
C# ToolStrip is transparent but border is still visible?
I have a ToolStrip in a C# application that I set the background color to Transparent. This reveals the underlying form's color but unfortunately the ToolStrip border is still visible.
I've ...
3
votes
1answer
53 views
How do I make a button on a form behave like a button on a toolStrip? VS2008
How do I make a button on a form behave like a button on a toolStrip?
I want a menu-type list to come down. I tried using a toolStripContainer but it is very hard to manipulate to get it to behave as ...
3
votes
1answer
2k views
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 the toolstrip and I find that setting it to System on Windows XP makes it fit much better ...
3
votes
4answers
3k views
Showing a tooltip on a non-focused ToolStripItem
ToolStripItems show Active highlighting when you mouse over them, even if the form they are in is not in focus. They do not, however, show their tooltips, unless the form is focused. I have seen ...
2
votes
2answers
90 views
C# Toolstrip Causes Supporting Form to Grow
I've rewritten a toolbar that sits at the top of the user's screen. It works, but for some reason, though the app consists of just a form with a Fill-Docked ToolStrip, I cannot get it to stay at the ...
2
votes
3answers
156 views
Getting the Text of ToolstripItem in a ContextMenuStrip
I have a contextmenustrip for a DGV. It has a toolstripitem called "ChangeTo" and this branches out into a set of items that are created dynamically based on the config file used. When I run the ...
2
votes
3answers
523 views
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 button be checked and all others unchecked, so I want to have only the clicked button checked, ...
2
votes
1answer
115 views
Select ComboBox in Windows Forms ToolStrip
I have a problem focusing a ComboBox in a Windowsforms "ToolStrip" (C++ Cli).
I used the Designer to create a ToolStrip in my form and added a ComboBox (System.Windows.Forms.ToolStripComboBox) and it ...
2
votes
2answers
120 views
WinForms Toolstip Items Size-To-Fit
I am using a Toolstrip to draw myself a TabStrip where I do not want the items to overflow, but rather shrink-to-fit the available width. Very much like many browsers tabs behave (ex. Chrome).
I know ...
2
votes
1answer
172 views
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:
...
2
votes
2answers
680 views
How to make a ToolStripComboBox to fill all the space available on a ToolStrip?
A ToolStripComboBox is placed after a ToolStripButton and is folowed by another one, which is right-aligned. How do I best set up the ToolStripComboBox to always adjust its length to fill all the ...
2
votes
3answers
2k views
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 a progress bar.
However, it appears ToolStripStatusLabels do not inherit from control, ...
2
votes
2answers
822 views
Invoking the click method of a button programmatically
Simple problem (I think): I want to be able to invoke a click method on a predefined object, specifically, the bindingNavigatorDeleteItem button on the standard c# BindingNavigator. I need to ...
2
votes
4answers
821 views
“Red Cross” problem on MenuStrip and ToolStrip
I have a piece of software that has worked fine on many machines, althoughon one machine there is a problem that appears to occur occasionaly, the MenuStrip and the ToolStrip both appear as a blank ...
2
votes
1answer
602 views
How do I paint a hosted NumericUpDown using the existing ToolStripRenderer?
I have a control which hosts a NumericUpDown in a ToolStripControlHost and exposes the NumericUpDown's properties. Functionally, that's fine, but when it's placed on a ToolStrip it doesn't fit ...
1
vote
2answers
65 views
How to remove this strange visual artifact in the corner of ToolStrip Winforms control?
Here is the picture that shows the problem. Take a look at the bottom right corner.
Anyone knows how to get rid of it?
Setting LayoutStyle to VerticalStackWithOverflow fixes it but also centers the ...
1
vote
1answer
103 views
Opening a ContextMenu from a ToolStripMenuItem
I am trying to mimic the behavior of, for example, Windows Explorer and how the Favorites items can launch a context menu.
I currently am using:
contextMenu.Show((sender as ...
1
vote
1answer
80 views
AllowDrop property not working for ToolStripItems
I have successfully created DragDrop functionality with user controls. Now I am trying to allow DragDrop functionality on some components such as ToolStripButton.
The base class, ToolStripItem, ...
1
vote
1answer
58 views
Why doesn't toolstriplabel's backcolor property change during design time or run time?
I need to have a toolstrip label and its back color changed during runtime, but no matter what I do. It just won't change its backcolor, even though they give option to change its backcolor. Why is ...
1
vote
1answer
50 views
Readonly text box not allowing menuitem shortcut
I have a text box which is read only. I also have a tool strip menu item which has a short cut of Ctrl + R. When the focus is in the textbox the toolstrip menuitem shortcut no longer works.
I can ...
1
vote
1answer
76 views
ToolStripButton “Reset Appearance” / “Fire Leave Event”
I have a ToolStripButton that performs an action. The user clicks the button and the button is disabled to prevent the action being performed twice. After the action is complete the button is ...
1
vote
2answers
245 views
WinForms ToolStrip not available in visual inheritence
Lets say I have FormChild inheriting FormParent. In parent, there is a toolstip at the top. What I want is in my child form to add extra elements, but the control is always locked, although I've set ...
1
vote
1answer
306 views
Unable to create multi line icon captions in C# toolstrip control
I've been trying and trying to get the standard C# toolstrip control to format button text as multiline, and so far I've had to admit defeat.
What I'm trying to achieve is text under the picture, ...
1
vote
1answer
194 views
Setting a ToolStripLabel in a thread-safe manner
I have a ToolStripLabel that needs to have its Text property updated from an event handler on a separate thread. Normally with a regular Label I've been using the InvokeRequired property and invoking ...
1
vote
1answer
207 views
.NET Multiple ToolStripButtons in a single ContextMenuItem
I'm trying to create a ContextMenu where some items in the menu contain more than a single item. You could see it as trying to combine a ToolStrip and ContextMenuItem.
I've tried using a ...
1
vote
1answer
658 views
.Net ToolStrip and ImageList - wrong image size
I have an icon that contains 32-bit images of sizes 16x16, 24x24, and 32x32. I create three ImageList objects that contain the three different size images, and assign the ImageList property on my ...
1
vote
1answer
519 views
How add my ImageButton to ToolStrip
Create IMageButton and add to toolstrip:
ImageButton imageButton1 = new ImageButton();
toolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
imageButton1});
crash error
...
1
vote
4answers
239 views
Add checked = true via programming
I have been adding items to tool strip by programming but the issue is that I need to add checked property to it. Do not know how to do so.
Here is the code:
...
1
vote
1answer
480 views
C# - Convert MenuStrip code to ToolStrip
I am trying to convert code that was originally meant for a MenuStrip to something that will work with a ToolStrip. In short, a MenuItem is passed on to Init() and I need to determine what the parent ...
1
vote
1answer
118 views
Visual basic toolstrip vanishes bug help
There it is! A BUG in Visual Basic Express 2010:
I have several ToolStrip controls docked within several panels of a tabPanel.
And sometimes, some toolstrip disappear from the design page.
Still ...
1
vote
2answers
177 views
Is there a way to make A ToolStripMenuItem shared between Menus and ToolBars?
I'm porting an old VB6 project to C#, using Winforms. The original uses DataDynamic's ActiveBar suite to manage changes to multiple items in toolbars, menus, and shortcut ribbons simultaneously. All ...
1
vote
0answers
239 views
toolstripbutton remove lighting
I have a toolstripbutton into my toolstrip, and I wish remove the orange lighting when a mouse is hover, because I change the picture of the button dynamically..
How can I do this?
1
vote
1answer
251 views
AppBar focus issue
I have created an AppBar. The AppBar always stays on top, when it loses focus, then to get back to the AppBar requires two clicks instead of one. I believe the first click activates the form and then ...
1
vote
1answer
253 views
Show ContextMenuStrip from ToolStripDropDown without dismissing ToolStripDropDown
I have a ToolStrip. In my ToolStrip I have a ToolStripDropDownButton. My ToolStripDropDownButton has a DropDown of type ToolStripDropDown that contains a ToolStripControlHost which contains a Label. ...
1
vote
0answers
506 views
Remove ToolStrip Padding to comply with Fitt's Law
I have a maximized Form with a ToolStrip docked to the right border. Its Padding is set to 0. According to Fitt's Law, it would be nice if the user was able to click the ToolStripButtons at the screen ...
1
vote
0answers
129 views
Move ToolStripItem down
I have a custom-rendered ToolStrip but the menu items are not where I want them to be. How do I move them down within render's code?
You can't change the Bounds property of the items and I don't ...
1
vote
3answers
968 views
The correct way to get the owner toolstrip of a toolstrip item in .net, winforms
I found that while trying to find the owning toolstrip of an item, it wasn't a easy as just looking at the owner of the item. Below is some pseudo code that I think should work. Can anyone see any ...
1
vote
4answers
82 views
.NET Referencing similar controls
I have multiple toolstrip controls in my application and was looking for a way to hide them all at once.
E.g.
allToolStrips.Visible = false;
instead of
toolstrip1.Visible = false;
...
1
vote
3answers
691 views
ToolStrip memory leak
I've been having trouble with memory leaks with the SWF-ToolStrip.
According to this http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=115600# is has been resolved. But ...
1
vote
1answer
365 views
How to customise rendering of a ToolStripTextBox?
I like the ToolStripProfessionalRenderer style quite a lot, but I do not like the way it renders a ToolStripTextBox. Here, ToolStripSystemRenderer does a better job IMO. Now is there a way to combine ...
1
vote
1answer
1k views
ToolStrip vs MenuStrip - can I make their rendering identical?
I need to display a toolstrip directly beneath a menustrip in my application, but setting RenderMode = Professional for each does not give identical results. They both show a background gradient, but ...
1
vote
1answer
3k views
C# Dynamically add ToolStripMenueItems to MenuStrip
I was wondering if SO could help simplify some logic. I have a windows form (C# 2.0) which contains a System.Windows.Forms.MenuStrip.
I want to dynamically add
ToolStripMenueItems to the
...
1
vote
1answer
361 views
Only display ToolStripMenuItem icons
I have a Windows Forms ToolStripSplitButton which shows only an icon. I have added some ToolStripMenuItems and I have set their DisplayStyle to ToolStripItemDisplayStyle.Image. The drop down display ...
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
805 views
Winforms ToolStripSplitButton displays with a grey line under it, and is only raised on when the mouse hovers over it
I'm trying to figure out the ToolStripSplitButton. The purpose is to display a usercontrol gauge when a ToolStripSplitButton is pressed. However, no matter what settings I try, there is a grey line ...
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 ...
1
vote
3answers
1k views
ToolStrip sometimes not responding to a mouse click
I have a .NET 2.0 WinForms application with a ToolStrip on my main form. Sometimes, the ToolStrip icons don't resppond to the first mouse click, so I have to click the icon twice. It's just a standard ...