Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何类似于jQuery UI的 WPF 库?
我特别喜欢Sortable交互:
和可调整大小的交互:
如果可以将这两种交互结合起来,那就太好了。
谢谢。
据我所知,这些面板只是 WPF 世界中的扩展器。要使它们“可排序”,您需要创建一个自定义面板,其工作方式类似于包装面板并托管扩展器,并添加拖放功能。做起来应该不会太难,但我还没有看到过(至少在免费/开源组件中)。