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 df51aa7 commit d72ab86
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ name = "treeview"

[[bin]]
name = "list_store"

[[bin]]
name = "drag_and_drop_listbox_model"
Loading

0 comments on commit d72ab86

Please sign in to comment.