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

Commit

Permalink
Add example for dnd in a listbox with a listmodel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jsparber committed May 12, 2019
1 parent df51aa7 commit 11f6395
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -123,3 +123,6 @@ name = "treeview"

[[bin]]
name = "list_store"

[[bin]]
name = "drag_and_drop_listbox_model"

0 comments on commit 11f6395

Please sign in to comment.