This question is locked. New answers and comments are not allowed.
Hi there
I'm using a telerik ListPicker with the following Code:
If I know close and restart Visual Studio i got an error in the designer view that there is invalid XAML. I can build and use the app without any errors. Also the designer shows everything how it should be. So I don't see any problem. But I'm a bit concerned about having Code with an error in it.
Any Idea whats the reason for this problem?
thanks
Nino
I'm using a telerik ListPicker with the following Code:
<telerikInput:RadListPicker x:Name="listPickerColor" Margin="0" VerticalAlignment="Stretch" SelectionChanged="listPickerColor_SelectionChanged"> <telerikInput:RadListPicker.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <Rectangle Fill="{Binding ColorBrush}" Margin="2, 2, 0 0" Width="26" Height="26" /> <TextBlock Text="{Binding Text}" Margin="4 0 0 0"/> </StackPanel> </DataTemplate> </telerikInput:RadListPicker.ItemTemplate> </telerikInput:RadListPicker>
If I know close and restart Visual Studio i got an error in the designer view that there is invalid XAML. I can build and use the app without any errors. Also the designer shows everything how it should be. So I don't see any problem. But I'm a bit concerned about having Code with an error in it.
Any Idea whats the reason for this problem?
thanks
Nino
