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

Commit d72ab86

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 df51aa7 commit d72ab86

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
@@ -123,3 +123,6 @@ name = "treeview"
123123

124124
[[bin]]
125125
name = "list_store"
126+
127+
[[bin]]
128+
name = "drag_and_drop_listbox_model"

0 commit comments

Comments
 (0)