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 8413856 commit 250246eCopy full SHA for 250246e
samples/snippets/visualbasic/VS_Snippets_Wpf/DataTemplatingIntro_snip/visualbasic/window1.xaml
@@ -72,7 +72,7 @@
72
</ItemsControl.ItemsPanel>
73
<!--Use the ItemTemplate to set a DataTemplate to define
74
the visualization of the data objects. This DataTemplate
75
- specifies that each data object appears with the Proriity
+ specifies that each data object appears with the Priority
76
and TaskName on top of a silver ellipse.-->
77
<ItemsControl.ItemTemplate>
78
<DataTemplate>
0 commit comments