ContextMenu for ListView

specci48

Well-Known Member
Licensed User
Longtime User
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
 

stevel05

Expert
Licensed User
Longtime User
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
Top