Kanban / Columns / Toggle Columns

Blazor Kanban Board Example - Toggle Column Visibility Support

Loading Syncfusion Blazor Server Demos…

To Do
- 5 items
In Progress
- 4 items
Done
- 5 items

This sample demonstrates the toggle column feature, allowing users to collapse or expand columns using the header button. In this demo, the Testing column is initially collapsed.

The Kanban component enables column collapse/expand to optimize screen space. Remaining columns automatically stretch to occupy free space. Configure this behavior using the following KanbanColumn properties:

  • AllowToggle – Enables column expand/collapse.
  • IsExpanded – Determines initial expand/collapse state.