<Grid>
<ItemsControl ItemsSource="{Binding ScreenViewModelCollection}">
<ItemsControl.Resources>
<DataTemplate x:Key="SomeKey" TargetType="{x:Type local:RedScreenObject}">
<local:RedScreenObject/>
</DataTemplate>
</ItemsControl.Resources>
</ItemsControl>
</Grid>
我不知道为什么它看不到 TargetType 属性。应该在 Resources 或 ItemTemplate 下?我都试过了,都没有找到。
编辑:为了得到更多的反对票,哈哈,这是参考这个: https ://chat.stackoverflow.com/transcript/message/4295316#4295316