all groups > dotnet compact framework > february 2006 >
You're in the

dotnet compact framework

group:

Prevent ContextMenu Close



Prevent ContextMenu Close Myron Marston
2/28/2006 2:15:52 PM
dotnet compact framework: I have a context menu on my listview displaying multiple options that
the user can check/uncheck. Each time they check or uncheck one the
context menu disappears and the user is forced to tap-and-hold again to
do another option.

Is there a way to prevent the context menu from closing when the user
clicks one of the menu items? I would like it to only close when the
user clicks outside of the context menu.
Re: Prevent ContextMenu Close Daniel Moth
3/4/2006 10:55:41 PM
No. That is how menus behave on all platforms.

You could reconsider your design and instead of a menu use a dialog with all
the options as checkboxes/list with checkboxes...

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

[quoted text, click to view]


AddThis Social Bookmark Button