<! – master – > < ListBox ItemsSource =”{ Binding Source ={ StaticResource cvs }}” DisplayMemberPath =”@ Name ” Padding =” 5 ″ Margin =” 0 , 0 , 5 , 0 ″ /> * This source code was highlighted with Source Code Highlighter .
<! – master – > < ListBox ItemsSource =”{ Binding Source ={ StaticResource cvs }}” DisplayMemberPath =”@ Name ” Padding =” 5 ″ Margin =” 0 , 0 , 5 , 0 ″ /> * This source code was highlighted with Source Code Highlighter .
<! – master – > < ListBox ItemsSource =”{ Binding Source ={ StaticResource cvs }}” DisplayMemberPath =”@ Name ” Padding =” 5 ″ Margin =” 0 , 0 , 5 , 0 ″ /> * This source code was highlighted with Source Code Highlighter .
<! – master – > < ListBox ItemsSource =”{ Binding Source ={ StaticResource cvs }}” DisplayMemberPath =”@ Name ” Padding =” 5 ″ Margin =” 0 , 0 , 5 , 0 ″ /> * This source code was highlighted with Source Code Highlighter .
* This source code was highlighted with Source Code Highlighter .
- <! - detail - >
- < ContentControl ContentTemplate = ”{ StaticResource detailTemplate }” Content = ”{ Binding Source = { StaticResource cvs }}” />
* This source code was highlighted with Source Code Highlighter .
- < DataTemplate x: Key = ” detailTemplate ” >
- (...)
- < Image Source = ”{ Binding XPath = Image , Converter = { StaticResource stringToImageSource }}” />
- (...)
- < StackPanel Orientation = ” Horizontal ” Margin = ” 5 , 5 , 5 , 0 ? >
- < TextBlock Text = ” Orbit: ” FontWeight = ” Bold ” />
- < TextBlock Text = ”{ Binding XPath = Orbit }” />
- </ StackPanel >
- < StackPanel Orientation = ” Horizontal ” Margin = ” 5 , 0 , 5 , 0 ? >
- < TextBlock Text = ” Diameter: ” FontWeight = ” Bold ” />
- < TextBlock Text = ”{ Binding XPath = Diameter }” />
- </ StackPanel >
- < StackPanel Orientation = ” Horizontal ” Margin = ” 5 , 0 , 5 , 5 ? >
- < TextBlock Text = ” Mass: ” FontWeight = ” Bold ” />
- < TextBlock Text = ”{ Binding XPath = Mass }” />
- </ StackPanel >
- (...)
- </ DataTemplate >
Source: https://habr.com/ru/post/46862/
All Articles