diff --git a/winui/Kanban/columns.md b/winui/Kanban/columns.md index fda4152c..d54bf083 100644 --- a/winui/Kanban/columns.md +++ b/winui/Kanban/columns.md @@ -386,7 +386,7 @@ public class ViewModel {% endhighlight %} {% endtabs %} -![column-mappingpath-in-winui-kanban](images/columns/column-mappingpath-in-winui-kanban.png) +![column-mapping-path-in-winui-kanban](images/columns/column-mapping-path-in-winui-kanban.png) To manually define columns, set [AutoGenerateColumns](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_AutoGenerateColumns) to `false`, add [KanbanColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.KanbanColumn.html) instances to the [Columns](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_Columns) property, and use the [Categories](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Kanban.KanbanColumn.html#Syncfusion_UI_Xaml_Kanban_KanbanColumn_Categories) property to assign categories to the columns. Cards will then be added accordingly. diff --git a/winui/Kanban/images/columns/column-mappingpath-in-winui-kanban.png b/winui/Kanban/images/columns/column-mapping-path-in-winui-kanban.png similarity index 100% rename from winui/Kanban/images/columns/column-mappingpath-in-winui-kanban.png rename to winui/Kanban/images/columns/column-mapping-path-in-winui-kanban.png diff --git a/winui/Kanban/images/workflow/workflows-in-winui-kanban.gif b/winui/Kanban/images/workflow/workflows-in-winui-kanban.gif new file mode 100644 index 00000000..3b0daa4b Binary files /dev/null and b/winui/Kanban/images/workflow/workflows-in-winui-kanban.gif differ diff --git a/winui/Kanban/workflows.md b/winui/Kanban/workflows.md index 7fd6f54e..3b5c784b 100644 --- a/winui/Kanban/workflows.md +++ b/winui/Kanban/workflows.md @@ -161,4 +161,6 @@ public class ViewModel {% endhighlight %} {% endtabs %} -By following the code snippet, you will notice that a card picked from the `In Progress` state cannot be dropped into the `Open` state. This is because we have defined that the card can only transition from the `In Progress` state to the `Closed`, and `Won't Fix` states, and not to any other states. \ No newline at end of file +By following the code snippet, you will notice that a card picked from the `In Progress` state cannot be dropped into the `Open` state. This is because we have defined that the card can only transition from the `In Progress` state to the `Closed`, and `Won't Fix` states, and not to any other states. + +![workflows-in-winui-kanban](images/workflow/workflows-in-winui-kanban.gif) \ No newline at end of file