【发布时间】:2020-12-04 02:26:01
【问题描述】:
如何拖放 Blazor 组件?
我尝试了更多的案例,但无法实现。任何可能性
【问题讨论】:
-
这能回答你的问题吗? How to implement drag and drop in Blazor?
-
我用的是拖拽,没问题。 this is a sample code
如何拖放 Blazor 组件?
我尝试了更多的案例,但无法实现。任何可能性
【问题讨论】:
Drag n Drop 没有进入 5.0,但他们确实为 Blazor 制作了一种工作版本。正在进行的工作在这里(它在 6.0 的路线图上): https://github.com/dotnet/aspnetcore/commits/t-mabuc/drag-and-drop
团队的设计部分基于此库: https://github.com/Postlagerkarte/blazor-dragdrop
【讨论】:
有工作版本-https://chrissainty.com/investigating-drag-and-drop-with-blazor/
我在我的项目中使用了这个
【讨论】: