WPF 文档查看器样式
我正在尝试重新设计 WPF 中的文档查看器,并且我已经重新设计了除底部工具栏之外的所有内容。我遇到的问题是弄清楚如何设置底部工具栏及其子控件的样式。有谁知道如何重新设计这个?
谢谢。
I am trying to restyle the document viewer in WPF and I have restyled everything but the tool bar at the bottom. The problem I having is figuring out how to style the toolbar at the bottom and its child controls. Does anyone know how to restyle this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常的方法是提供自定义
ControlTemplate
。以下是默认定义,供您参考:http://msdn.microsoft。 com/en-us/library/aa970452.aspx。The usual way would be to supply a custom
ControlTemplate
. Here is the default definition, for your reference: http://msdn.microsoft.com/en-us/library/aa970452.aspx.