调整 WPF 中控件的大小
我的 wpf 表单中有一组用户控件,并且希望用户能够调整它们的大小。 每当用户单击控件时,总共会出现 8 个边界矩形,然后通过拖动其中任何一个,用户必须能够调整控件的大小。 请帮我解决这个问题。
I have a set of user controls in my wpf form and want to give ability to user to resize them. Whenever a user clicks on a control total 8 boundary rectangles should appear and then by dragging any of them, the user must be able to resize the control. Please help me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要的是构建一个调整大小装饰器。 如果你用谷歌搜索你就会找到!
http://dvuyka.spaces.live.com/blog/cns! 305B02907E9BE19A!144.entry
不知道这是否是最好的样本,但无论如何这是一个好的开始!
/西蒙
What you want is to build a Resize Adorner. If you google it thou shallt find!
http://dvuyka.spaces.live.com/blog/cns!305B02907E9BE19A!144.entry
Don´t know if that´s the best sample around, but it´s a good start anyways!
/Simon
我制作了一个库,它将调整大小夹点应用于任何控件。
主页有一个快速的 gif 视频,显示其实际操作。
很简单,调用一行代码即可。
I made a library that applies resize grips to any control.
Homepage has a quick gif video showing it in-action.
Very simple, just call one line of code.