WPF 选项卡上可用的控件未显示
我是 WPF 新手,面临一些奇怪的问题。我设计了一个带有选项卡控件的屏幕。选项卡控件有两个选项卡,每个选项卡项上有几个控件。 问题是;当我从不同的机器打开相同的解决方案时,我无法在设计时在这两个选项卡之间导航,但在机器(我设计的屏幕)上它工作得很好,并允许我查看两个选项卡上的控件。
所以我的问题是;我是否需要明确安装任何插件来查看选项卡控件上可用的控件,或者是否需要进行任何设置。
I am new to WPF and facing some wierd issue. I have designed a screen having a tab control. Tab control has two tabs and each tab item has few controls on it.
The issue is; When I open same solution from different machine I am not able to navigate between these two tabs in design time but on machine (on which I have designed screen) it works perfectly fine and allows me to view controls on both tabs.
So my question is; do I need to explicitely intall any plug-in to view the controls available on tab controls or is there any setting needs to be done for same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有一个想法:检查不同机器的 .net 框架版本。也许您使用的控件在已安装的框架版本中不可用。例如,如果您的机器上有 3.5Sp1,而其他机器上只有 3.5。这可能会导致这样的影响。
Only an idea: Check the .net framework-versions of the different machines. Maybe you use a control that is not available with the installed framework version. For example if you have on your machine 3.5Sp1 and on the other machines only 3.5. This can lead to such effects.