我在这个地方的代码中有错误:
<DataTemplate>
<StackPanel Margin="5" Orientation="Vertical">
<TextBlock Text="{Binding Opis}" Margin="15" FontSize="25" TextWrapping="Wrap" MaxHeight="370" />
<Image Grid.Column="0" Width="400" Height="180" Source="{Binding ImageSource}" Stretch="Fill"/>
</StackPanel> </DataTemplate>
我收到警告“无效的XAML”。我的代码出了什么问题?我可以调试我的应用程序,它工作正常...