如何使用鼠标中键关闭 TabControlEx 选项卡?
我正在使用 WPF TabControlEx(关闭选项卡)。
我正在寻找一种通过单击鼠标滚轮单击选项卡标题来关闭选项卡的方法。
有什么建议吗?
非常感谢您的帮助
I'm working with the WPF TabControlEx (close tabs).
I'm looking a way to close the tab clicking the tab header with the mouse wheel click.
Any suggestions?
Thanks a lot for all your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其添加到选项卡标题上的 XAML 中:
让 ViewModel 上的
CloseCommand
关闭选项卡。您可能还需要使用CommandParameter
传递特定选项卡。Add this to your XAML on the tab header:
Have your
CloseCommand
on your ViewModel close the tab. You might also need to pass the specific tab in with theCommandParameter
.我正在开发的项目有不同的目的,但它有可关闭的选项卡,如果您想使用它,您可以在此 论坛
The Project i was developing was for different purpose but it had the closable tabs if you want to use it you can find it in this forum