I am new to windows 8 phone application development.
I want implement listpicker in my application. I have gone through few post and installed Nuget package. After installing, I straight a way went to XAML and added the below code
< toolkit:ListPicker Header="Default" Grid.Row="1" x:Name="defaultPicker" />
I am getting a blue zig-zag line underneath the code(Means there is some error). Can any one help me in implementingthe listpicker functionality. It will be so helpful if you can explain with sample code.