Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 2f979d5

Browse files
committed
Add example for dnd in a listbox with a listmodel
This is an example for implementing a queue or anything where the user can needs to rorder a list via dnd. This includes also some animation for hidding and showing rows
1 parent e17372b commit 2f979d5

File tree

2 files changed

+658
-0
lines changed

2 files changed

+658
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,6 @@ name = "list_store"
133133

134134
[[bin]]
135135
name = "entry_completion"
136+
137+
[[bin]]
138+
name = "drag_and_drop_listbox_model"

0 commit comments

Comments
 (0)