gpt4 book ai didi

WPF : Reorder WrapPanel content via drag and drop?

转载 作者:行者123 更新时间:2023-12-04 00:51:18 28 4
gpt4 key购买 nike

我正在寻找一种通过拖放重新排序 WPF WrapPanel 的内容(项目)的方法。我只想单击一个项目并将其拖动到新位置。

据我所知,这是一项非常常见的任务,我想知道有人已经这样做了,或者知道如何实现此功能。

我已经进行了谷歌搜索,但一无所获。也许这比我预期的要困难得多。

最佳答案

我编写了一个可能有帮助的库:默认行为是允许在同一控件内重新排序:

http://code.google.com/p/gong-wpf-dragdrop/

啊,我注意到您只是在谈论 WrapPanel:您需要将 ItemsControl 与 WrapPanel 一起使用:

<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>

关于WPF : Reorder WrapPanel content via drag and drop?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2108712/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com