Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 SL3 应用程序中使用 DataForm 控件,默认情况下它有一个带有一些图标的标题(编辑、删除、导航等),我可以防止大多数图标出现在标题上,但想要得到齐头并进。谷歌运气不佳...
在 xaml 中设置数据表单上的属性,如下所示:
CommandButtonsVisibility="None"
我对 SL3 中的新弹出控件的标题有类似的问题。
在 Silverlight 3 中修改新弹出控件 (ChildWindow) 的外观/行为
相同的解决方案?
不太确定 Silverlight 3,但在 Silverlight 4 中是这样的:
HeaderVisibility="Collapsed"