Search code examples
windows-phone-7silverlight-toolkit

Disable tapping on group header in LongListSelector


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 ?


Solution

  • Just don't specify the <GroupItemTemplate> element in your LongListSelector and this will disable the fullscreen jump list.