We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1734cea commit a0d9c24Copy full SHA for a0d9c24
Src/FinderOuter/Views/KnowledgeBaseView.axaml
@@ -14,11 +14,11 @@
14
<ListBox ItemsSource="{Binding KBList}"
15
SelectedItem="{Binding SelectedKB}"
16
Grid.Column="0">
17
- <ListBox.DataTemplates>
+ <ListBox.ItemTemplate>
18
<DataTemplate>
19
<TextBlock Text="{Binding Description}"/>
20
</DataTemplate>
21
- </ListBox.DataTemplates>
+ </ListBox.ItemTemplate>
22
</ListBox>
23
24
<StackPanel Orientation="Vertical" Spacing="3" Grid.Column="1">
0 commit comments