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
votes
Isn't the popup kind of the whole point of the LongListSelector? (I assume you mean the popup which shows which letters of the alphabet you have content for).
- Paul Annetts
it may be an alphabet or name of the month in my case. I simply want to disable this popup. While I haven't "clean" solution, I use CloseGroupView() on GroupViewOpened event of LongListSelector
- Tim Gim
@Paul Annets -- I think this is a reasonable question. Say you want to hide the popup when there is only item in the popup.
- jm.
2 Answers
4
votes