在运行时调整/拖动用户控件的大小

发布于 2024-12-06 16:38:03 字数 78 浏览 0 评论 0原文

例如,如何在运行时通过右下角的调整大小句柄调整 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷︶言冷语的世界 2024-12-13 16:38:03

我已经找到了我正在寻找的东西。我使用的是子窗口,但它阻止了与父窗口的交互,所以我想我必须创建一个用户控件并内置调整大小功能和拖动功能等。

这家伙拿走了 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:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文