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

Commit 11f6395

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 11f6395

File tree

2 files changed

+656
-0
lines changed

2 files changed

+656
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
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)