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 e2e2d24 commit da0c220Copy full SHA for da0c220
Source/OxyplotMauiSample/Pages/IssueDemos/IssueDemoPage.xaml
@@ -7,13 +7,13 @@
7
Title="Select demo">
8
<ListView
9
x:Name="list1"
10
- x:DataType="oxyplotMauiSample:DemoInfo"
11
HorizontalOptions="Fill"
12
ItemTapped="ListView_OnItemTapped"
13
VerticalOptions="Fill">
14
<ListView.ItemTemplate>
15
- <DataTemplate>
16
- <TextCell Detail="{Binding Details}" Text="{Binding Title}" />
+ <DataTemplate x:DataType="oxyplotMauiSample:DemoInfo">
+ <TextCell Detail="{Binding Details}"
+ Text="{Binding Title}"/>
17
</DataTemplate>
18
</ListView.ItemTemplate>
19
</ListView>
0 commit comments