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 Aug 30, 2019
1 parent e17372b commit 2f979d5
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -133,3 +133,6 @@ name = "list_store"

[[bin]]
name = "entry_completion"

[[bin]]
name = "drag_and_drop_listbox_model"

0 comments on commit 2f979d5

Please sign in to comment.