如何摆脱功能区菜单按钮不可触摸的黄色边框?
我是 WPF 控件模板的新手,需要您的帮助。 我在这里有一个 示例 Microsoft Ribbon 项目 。 我尝试更改功能区菜单按钮的颜色,但无法使黄色边框消失。请参阅下面的屏幕截图。
如果您有解决方法,请帮忙!
您可以从以下位置获取 MS 功能区:
I'm new to WPF control template and need your help on this.
I got a sample Microsoft Ribbon project here.
I tried to change the color of the ribbon menu button but I can not make the yellow border goes off. Please see screenshot below.
If you have a work-around, please help!
You can get MS Ribbon from:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是一个无聊的问题:(
幸运的是,我找到了(花了 2 天)使用 WPF 主题的解决方法(在此处下载 1 & 2 (转到 codeplex.com 上的 WPF 主题))并更改键为
x:Key="&# 254;"
的画笔。 %20border%20bug/WpfRibbonApplication1-%20SOLVED%20the%20yellow%20border%20bug.rar" rel="nofollow">这是我的解决方案:这一定是 Ribbon 库的一个错误,因为:
它花费了我很多时间,所以我在这里发布以拯救像我这样的追随者。
希望这会对您有所帮助!
This seems to be a desserted questions :(
Luckily after all, I found (cost 2 days) a work-around which uses the WPF Themes (download here 1 & 2 (go to WPF Themes on codeplex.com) ) and change the brush whose key is
x:Key="&# 254;"
. Here is my solution which :This must be a bug of the Ribbon library since:
It costs me so much time so I posted here to save the followers like me.
Hope this will help you!