When I click the space outside the PopupWindow
, the window is dismissed. However, if I want to scroll a ListView
outside the window, the scroll event is first recognized as a click event, and get intercepted by the window, so the window get dismissed, while the scroll is not executed.
How can I scroll the ListView
at the same time the window get dismissed, so that i don't need to scroll it again.