WPF 库类似于 jQuery UI?
是否有类似于 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:
and Resizable interaction:
Would be great if these 2 interactions could be combined.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,面板只是 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).