specci48 Well-Known Member Licensed User Longtime User Feb 20, 2011 #1 Is it currently possible to add a ContextMenu to a ListView? If yes, how is this done? For now I use the workaround showing an InputList on ItemLongClick but I don't like the slightly confusing "misuse" of those radiobuttons... specci48
Is it currently possible to add a ContextMenu to a ListView? If yes, how is this done? For now I use the workaround showing an InputList on ItemLongClick but I don't like the slightly confusing "misuse" of those radiobuttons... specci48
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2011 #2 Using an InputList as a context menu is currently your best option. Upvote 0
A aidenfry New Member Licensed User Longtime User Feb 6, 2013 #3 Any news any news on this front? I see this is quite an old thread Upvote 0
stevel05 Expert Licensed User Longtime User Feb 6, 2013 #4 There may be nothing as standard, but it wouldn't be too difficult to program your own menu system called from the long click. Especially if you only need one level. via Tapatalk Upvote 0
There may be nothing as standard, but it wouldn't be too difficult to program your own menu system called from the long click. Especially if you only need one level. via Tapatalk
R Roger Garstang Well-Known Member Licensed User Longtime User Feb 7, 2013 #5 I use the method Erel mentioned both in a LongClick of a Listview and used Reflection to use it on LongClick of a Spinner. Upvote 0
I use the method Erel mentioned both in a LongClick of a Listview and used Reflection to use it on LongClick of a Spinner.