在运行时调整/拖动用户控件的大小
例如,如何在运行时通过右下角的调整大小句柄调整 silverlight 4 中的用户控件的大小/拖动?作为初学者,我不知道如何才能做到这一点。
How can I resize / drag a usercontrol in silverlight 4 at runtime through a resizehandle in the bottomright corner for example? As a beginner I have no idea how I can do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经找到了我正在寻找的东西。我使用的是子窗口,但它阻止了与父窗口的交互,所以我想我必须创建一个用户控件并内置调整大小功能和拖动功能等。
这家伙拿走了 childwindow 并将其重构为非模态使用:
I've found exactly what I was looking for. I was using a childwindow but it blocked interaction with parent so I thought I had to create a usercontrol and built in resize function and drag function and stuff.
This guy took the childwindow and refactored it for non-modal use: