开发者

Toolbar Button with Context Menu? Like New Project Button in Visual Studio

开发者 https://www.devze.com 2023-01-19 16:45 出处:网络
I need a toolbar button similiar to the \"New Project\" button in the standard Vis开发者_运维技巧ual Studio toolbar.When clicked, it pops up a dialog.However, it also has a small little down-arrow nex

I need a toolbar button similiar to the "New Project" button in the standard Vis开发者_运维技巧ual Studio toolbar. When clicked, it pops up a dialog. However, it also has a small little down-arrow next to the icon graphic that, when clicked, expands a context menu with more options.

Is there a standard control available with this functionality?


I don't think there's built in functionality for a SplitButton in WPF currently. Here's another thread that may help you out though:

WPF SplitButton?

You could combine a couple of controls together to make one fairly quickly. Might as well make a new UserContol out of it that can be re-used throughout your app as well.

Also, a quick search on WPF SplitButton will return a lot of examples on how to make one or you could get one off of CodeProject or CodePlex (though I'm not sure if they'll come with a image property automatically).

0

精彩评论

暂无评论...
验证码 换一张
取 消