How is it possible to highlight the selected item in the new LongListSelector on Windows Phone 8? Actually nothing happend if I tapped one entry of the list. My list only contains a simple string which will be displayed through a TextBlock. But I want to highlight the selection of the user.
Thanks.
In my case I used a
RadioButtonControl in theDataTemplateof theLongListSelectorItemto achieve this. You will have a checked oder unchecked sign at the left border.In any case it is important, that you set the same group for all Radiobuttons, so the selection only represents one entry.
Inside the
Contentor yourRadioButtonyou can put theTextBlockbound to theString.Im currently not at home, but if this wont solve your problem, I’ll provide you some code when I’m at home 😉
Here you go: