问题
I have a simple LongListSelector from wp7 toolkit. Now I want to disable opening popup when anybody taps on the group header. How to reach that ?
回答1:
Just don't specify the <GroupItemTemplate>
element in your LongListSelector
and this will disable the fullscreen jump list.
回答2:
A LongListSelector shows fullscreen. Why would a popup ever happen? If for some reason stuff is being done behind the screens have a boolean set to true everytime the user taps on the longlistselector and only show the popup if that boolean is false
来源:https://stackoverflow.com/questions/9021203/disable-tapping-on-group-header-in-longlistselector