在功能区之外使用 RibbonSplitButton?
当我使用 RibbonSplitButton在功能区之外,它失去了一点风格,并且 MouseOver 效果闪烁得非常快。
我可以为 RibbonSplitButton 分配一种样式或其他内容以获得预期的外观和行为吗?我不想使用第三方控件...
when I'm using the RibbonSplitButton outside of a Ribbon, it looses a bit of it's style and the MouseOver-Effect flickers very fast.
Can i assign a kind of style or something to the RibbonSplitButton to get the expected look und behavior? I dont't want to use a ThirdPartyControl...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 WPF 的 DevComponents 功能区。我们使用标准的 WPF ComboBox 控件,但通过执行以下操作来实现它们的 DevComponents 样式...
请注意 Style 属性的语法。也许您可以通过使用这种方法来获得 Microsoft RibbonSplitButton 中的样式?
I'm using the DevComponents Ribbon for WPF. We use standard WPF ComboBox controls but achieve the DevComponents styling on them by doing something like this...
Notice the syntax for the Style attribute. Perhaps you can get at the styling in Microsoft's RibbonSplitButton by using this approach?