您的位置:首页 > 其它

TreeView 使用 HierarchicalDataTemplate 找不到引用的程序集

2012-07-07 09:47 344 查看
http://blog.csdn.net/luminji/article/details/4860887

xmlns:windows="clr-namespace:System.Windows;assembly=System.Windows.Controls"

<windows:HierarchicalDataTemplate x:Key="ChildTemplate" ItemsSource="{Binding Path=ChildTopics}" >
<TextBlock FontStyle="Italic" Text="{Binding Path=Title}" />
</windows:HierarchicalDataTemplate>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐