Popup Menu

thedesolatesoul

Expert
Licensed User
Longtime User
At the end, I rolled up my own solution.
Have a transparent panel, with a listview on it.
Make the panel visible/invisible, and also change the zorder.

My panel consumes the click, long click and touch events.

The problem I have now is that, even though the popup menu scroll view is on top. When I use the mouse wheel (on emulator) to scroll, it scrolls the listview behind the menu (which should not happen).
So how do I prevent this, and what does mouse wheel scroll signify?
 
Upvote 0
Top