Tagged Questions
2
votes
2answers
245 views
Alternatives to Menu + Toolbar or Ribbon
The main application I'm working on has a very traditional (and boring) old school menu and toolbar, the toolbar indeed just a row of 16 small icons.
It has worked for us well over the years, but ...
2
votes
3answers
259 views
In a desktop application, what are best practise methods to provide a menu of functions
I have a .NET Winforms application that hosts controls to provide different areas of functionality.
My normal method in providing a menu to switch between these controls has been a TreeView or a List ...