<ListBox x:Name="Listslist" ItemsSource="{Binding List}">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Margin="0,0,0,0">
<TextBlock Text="{Binding NameLists}" FontSize="25"/>
<TextBlock Text="{Binding Description}" FontSize="13" />
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
<scrollViewer> < ListBox x : Name = " Listslist " ItemsSource = " {Binding List} " > < ListBox .ItemTemplate> < DataTemplate > < StackPanel Margin = " 0,0,0,0 " > < TextBlock Text = " {Binding NameLists} " FontSize = " 25 " /> < TextBlock Text = " {Binding Description} " FontSize = " 13 " /> </ StackPanel > </ DataTemplate > </ ListBox .ItemTemplate> </ ListBox > </scrollViewer>
Обсуждают сегодня