MikeB
November 7th, 2008, 10:19 AM
Is there a was to get a menu strip to show the selected item always?
Mike B
Mike B
|
Click to See Complete Forum and Search --> : MenuStrip MikeB November 7th, 2008, 10:19 AM Is there a was to get a menu strip to show the selected item always? Mike B TheCPUWizard November 7th, 2008, 10:24 AM Is there a was to get a menu strip to show the selected item always? Mike B Please no talking about "strip"ing...there are young ones about... :D:D OK, seriously... I do not know of any way "out of the box". In general this would seem to give a "bad" user experience (ie one that is not expected). The choices I can think of.... 1) Derive your own classes and implement the functionallity. This will probably be difficult to get 100% 2) Dont use an actual "Selected item". Instead float a window (that is independant of the menu itself from a hieracrhical point of view) with the desired information. [I would opt for #2....if I could ever think of wanting such behaviour..... MikeB November 7th, 2008, 12:51 PM Please no talking about "strip"ing...there are young ones about... :D:D OK, seriously... I do not know of any way "out of the box". In general this would seem to give a "bad" user experience (ie one that is not expected). The choices I can think of.... 1) Derive your own classes and implement the functionallity. This will probably be difficult to get 100% 2) Dont use an actual "Selected item". Instead float a window (that is independant of the menu itself from a hieracrhical point of view) with the desired information. [I would opt for #2....if I could ever think of wanting such behaviour..... I am designing my system to be a little out of the norm... The menu strip only has top-level buttons, each describing a domain. On the main form, all the actual menus/menu items are in a tool box docked on the left. By clicking one of the menu strip buttons, the tool box is updated with all the necessary "tools" to work in the "Current Domain". By showing the menu button as always selected, the user will always know what domain they are in. Not sure if domain is the correct word, but you may get the idea! Hopefully this makes sence. Mike B TheCPUWizard November 7th, 2008, 12:52 PM Why not use a Button Bar instead??? MikeB November 7th, 2008, 01:11 PM Why not use a Button Bar instead??? I will look into it, didn't know it existed. Not very experienced in the .NET yet.... :) Mike B yraen November 7th, 2008, 01:24 PM Another option would be to add a "Check" image to the menu options that get turned 'on' when selected. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |