KhaosCoders / wpf-kanban

A Kanban Board control for WPF
MIT License
19 stars 10 forks source link

Change order in board #2

Closed kluchLProconom closed 3 years ago

kluchLProconom commented 3 years ago

Hi, I want to use your library to create a kanban board - but I need to change order of tasks in one column and swimlane, can I do it some way? Or can you add the support for it?

Khaos66 commented 3 years ago

Hi. The cards are sorted the way they appier in the ItemsSource collection. So, just order the collection from top to bottom and you should be good. If you need interactive ordering it will be harder, but if you use an ObservableCollection as ItemsSource, you can change the order of the items and the view will update.

Khaos66 commented 3 years ago

I'll close this issue, as you don't seem to have more questions on this. Feel free to open it again

kluchLProconom commented 3 years ago

Ok, we have implemented in easy way. Thanks for your comment and sorry that I have not closed the issue