F
Finn Stampe Mikkelsen
Hi..
This might be C# 101 and a silly question. Chances are, that it’s a clear case of not seeing the forest cause of all the trees... But..
Designing the menubar of my current project i wanted to eliminate the CheckMark placeholder from the individual menuitems... I have several menus not using this feature and i figured if i can switch of the visibillity of the ShortCut Keys, why not also the area reserved for the checkmark left of the Text..
But i can’t seem to find out how to do this.. Googleing this has not helped me, which might be because this feature is not suported or maybe just that i can’t find out how to express my search request to find what i’m looking for...
Is it possible to switch of the visibillity of the area reserved for checkmarks in a menu?? It’s no problem for me, that the whole dropdown has to be either visible og invisible, but for the one menu that uses this feature, it would like to disable this and not have empty space staring the user in the face..
I really hope i don’t need to write a new class inheriting from the original.
TIA
Finn
++++
This might be C# 101 and a silly question. Chances are, that it’s a clear case of not seeing the forest cause of all the trees... But..
Designing the menubar of my current project i wanted to eliminate the CheckMark placeholder from the individual menuitems... I have several menus not using this feature and i figured if i can switch of the visibillity of the ShortCut Keys, why not also the area reserved for the checkmark left of the Text..
But i can’t seem to find out how to do this.. Googleing this has not helped me, which might be because this feature is not suported or maybe just that i can’t find out how to express my search request to find what i’m looking for...
Is it possible to switch of the visibillity of the area reserved for checkmarks in a menu?? It’s no problem for me, that the whole dropdown has to be either visible og invisible, but for the one menu that uses this feature, it would like to disable this and not have empty space staring the user in the face..
I really hope i don’t need to write a new class inheriting from the original.
TIA
Finn
++++