c# - how to set time for opening toolkit contextmenu -


here using toolkit context menu in listbox data template when user long press or hold on listbox item opens context menu take long time open , long press miss. please give me solution.

<toolkit:contextmenuservice.contextmenu>     <toolkit:contextmenu>         <toolkit:menuitem click="addmenuitem_click" header="add"/>                    <toolkit:menuitem click="deletemenuitem_click" header="delete"/>         <toolkit:menuitem click="updatemenuitem_click" header="update"/>       </toolkit:contextmenu>  </toolkit:contextmenuservice.contextmenu> 


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -