Mike Torrettinni 198 Posted August 30, 2021 I have a screen with multiple tree views, with different type of content, so it's hard to design ribbon toolbar for all actions, based on active treeview. Does anybody know of 3rd party context menu that works like in Word when you select text and the context menu just pops-up and offer most common actions (font change...)? I would like the menu to appear as soon as mouse gets into the treeview (not on right click) and perhaps more greyed out look until user hovers over it, to show intent to use it: Of course not the same actions as in Word, I would have my own custom icons. I've seen similar options in some other software, but don't remember where, but it was pretty useful. I would prefer ready made solution, not really something I need to design on my own. Any suggestions are welcome! Thanks. Share this post Link to post
Der schöne Günther 316 Posted August 30, 2021 That's just a form with buttons on it, and occasionally half-transparent. That's really not rocket-science. Share this post Link to post
Mike Torrettinni 198 Posted August 30, 2021 7 minutes ago, Der schöne Günther said: That's just a form with buttons on it, and occasionally half-transparent. That's really not rocket-science. Yes, you have a point there, but ready made context menu controls can handle icons, shortcuts, selection, submenus... that's seems like overkill to develop from scratch. Share this post Link to post
Anders Melander 1784 Posted August 30, 2021 DevExpress TdxRibbonMiniToolbar https://www.devexpress.com/subscriptions/new-2011.xml#vcl https://community.devexpress.com/blogs/ctodx/archive/2011/02/17/sneak-peek-the-winforms-ribbon-gains-a-mini-toolbar-coming-in-v2011-vol-1.aspx Share this post Link to post
Mike Torrettinni 198 Posted August 30, 2021 4 minutes ago, Anders Melander said: DevExpress TdxRibbonMiniToolbar thanks, I didn't know this is the control, mini toolbar! Seems like it could be what I need, except is missing the transparency look... Share this post Link to post
Mike Torrettinni 198 Posted August 30, 2021 hm, maybe I don't need transparency, maybe just grayed out, like disabled... Share this post Link to post
Anders Melander 1784 Posted August 30, 2021 5 hours ago, Mike Torrettinni said: except is missing the transparency look... It's transparent when the mouse isn't near it. When the mouse is over it it becomes fully opaque. Just like the one in MS Office. Personally I don't much care for that control as it usually gets in the way of what you're doing - but as you can see I've used it in a few places (above is from Better Translation Manager). 1 Share this post Link to post
Mike Torrettinni 198 Posted August 31, 2021 (edited) 8 hours ago, Anders Melander said: is from Better Translation Manager Thanks, will have a look! Edited August 31, 2021 by Mike Torrettinni Share this post Link to post