111,120
社区成员
发帖
与我相关
我的任务
分享
<ItemsControl
ItemsSource="{Binding TagList}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel Orientation="Horizontal">
</WrapPanel>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>
<DataTemplate>
<ContentControl
MouseDoubleClick="Control_OnMouseDoubleClick"
Content="{Binding }"
ContentTemplateSelector="{StaticResource TagDataTemplateSelector}">
</ContentControl>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
有些客户单位只使用xp ......[/quote]
那你最好找个xp系统装上能用的vs,然后调试代码,大概率会让你降级很多东西...[/quote]
额,你说的这个我已经做过啦,我在xp上安装了vs2010 把代码移过去,才发现的这个问题。只需要将双击事件删除就能正常运行。加上之后就不行
有些客户单位只使用xp ......[/quote]
那你最好找个xp系统装上能用的vs,然后调试代码,大概率会让你降级很多东西...
有些客户单位只使用xp ......