WPF 库类似于 jQuery UI?

发布于 2024-11-04 08:03:47 字数 487 浏览 0 评论 0原文

是否有类似于 jQuery UI 的 WPF 库?

我特别喜欢 Sortable 交互:

在此处输入图像描述

可调整大小交互:

< img src="https://i.sstatic.net/mN88B.png" alt="在此处输入图像描述">

如果可以将这两种交互结合起来,那就太好了。

谢谢。

Are there any WPF libraries similar to jQuery UI?

I especially like the Sortable interaction:

enter image description here

and Resizable interaction:

enter image description here

Would be great if these 2 interactions could be combined.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冷默言语 2024-11-11 08:03:48

据我所知,面板只是 WPF 世界中的扩展器。为了使它们“可排序”,您需要创建一个类似于环绕面板并托管扩展器的自定义面板,并添加拖放功能。应该不会太难做到,但我还没有看到(至少在免费/开源组件中)。

The panels are just an Expander in WPF world, as far as I can see. To make them "Sortable" you need to create a custom panel that works like a wrap panel and hosts Expanders, and add drag and drop functionality. Shouldn't be too hard to do, but I haven't seen one around (at least in free / open-source components).

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