I would like to create a kanban WinApp. I would like to know which control I would best off using. The main goal is to display kanban elements that are arranged by colored box, day by day.
I had thought about using a scheduler control. Is this the right choice?
Converting my comment into an answer:
Based in the above linked screenshot, I created this sample of such a thing using current, relevant .Net Windows UI technologies:
In only 50 lines of XAML and 10 lines of C# code. It took me less than 30 minutes. Full Source code here