WpfResourcesType2B ( WPF )

Objectives:
  • Using XML like data source
  • <StackPanel.Resources >
    <XmlDataProvider x:Key="Colors" XPath="/Colors/*">
    <x:XData>
  • {StaticResource ResourceKey}"
  • ListBox : .SelectedValue.
  •  Code : MainWindow.xaml.txt , MainWindow.xaml.cs.txt 
Step:1 Create a New project

Step:2 Coding flow

Step:3 Runtime view

A) testing SelectionChanged