使用鼠标更改按钮大小
我想知道是否有一种方法可以使用鼠标调整按钮宽度的大小,就像当您处于设计模式时,我想当鼠标经过按钮边缘时将光标更改为调整大小光标,然后持续单击即可调整按钮的大小。
谢谢 !!
I would like to know if there is a way to resize a button Width using the mouse, like when you are in the design mode, I'd like to change the cursor to the resize cursor when the mouse pass over the edge of the button, and with a sutained click resize the button.
thanks !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该考虑使用 Adorners 来实现此目的。这是关于代码项目的一篇文章,描述了如何在有或没有装饰器的情况下“在画布上拖动、调整大小和旋转元素”: WPF 图表设计器:第 1 部分
You should look into using Adorners for this. Here is an article on Code Project that describes how to "drag, resize and rotate elements on a Canvas", with and without Adorners: WPF Diagram Designer: Part 1