KhaosCoders / wpf-kanban

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

Static content in cell and headers #3

Closed Riccardofull closed 3 years ago

Riccardofull commented 3 years ago

Hello,

I've two questions: 1) Is it possible to add static content for each cell of the kanban board? Otherwise is there a way to cycle all cells? 2) When the kanban board scrolls, is it possible to keep the headers fixed at the top?

Thanks, Regards

Khaos66 commented 3 years ago

Hi,

  1. you can use the KanbanPlainCard. This card has no content by default. You can design your own card with this one. You can find a sample here: https://github.com/KhaosCoders/wpf-kanban/blob/master/Samples/WpfApp1/KanbanPlainCardWindow.xaml
  2. this is a good point. I'm afraid it is not possible right now. But I will consider it next time I work on this side project
Khaos66 commented 3 years ago

You can find fixed column headers in the latest version: 2.0.0 Have fun =)