Question

I have my Visual Studio 2010 and currently I'm developing it using Vb.net language. My purpose is actually to make a Toolbar Item that look like this (it shown Image, Text and Dropbox) --> known as one item. (I edit it a little bit to show my purposes).

But In VB.net here VS2010, I found that, too much works need; 1) Make a ToolStrip 1) Add an Item of SplitButton (or DropDownButton), 2) Add another item as Label

But by doing that way, Our position for the DropDown become like this;

Look! (Image, DropDown, and Text) --> Strange.

It should be (Image, Text, and DropDown) --> Correct. Shouldn't it be?

So What are the solutions for this case ?

Was it helpful?

Solution

Change the DisplayStyle of your DropDownButton to ImageAndText. Then you can change your Image and Text properties and have them both display in the dropdown like in your first screenshot.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top