I am trying to use Blend 2012 to edit the Jump List Area that you can setup with the now built in longlistselector.
I never had a problem doing it with the Windows Phone Toolkit but now I have huge trouble.
I try to make a copy of the template and then I see this
I now have no clue on what to do next. I want to add in a textblock and style it. This will of course be the jump menu style.
It seems Blend is creating a
Template
rather than aStyle
.For what it's worth here is an example
JumpListStyle
which can be used ...You also need references to the
ForegroundConverter
andBackgroundConverter
. I put this in App.xaml so that the style is consistent throughout the app.