You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N> Do not use the [Text](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.textbox.text?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_TextBox_Text) property to set the value for the IntegerTextBox. Use only the `Value` property.
127
127
@@ -164,7 +164,7 @@ class ViewModel : NotificationObject

18
+

19
19
20
20
N> This window differs for the Visual Basic project.
21
21
@@ -75,15 +75,15 @@ SfKanban kanban = new SfKanban();
75
75
76
76
Drag and drop the Kanban control from the toolbox to your application.
77
77
78
-

78
+

79
79
80
80
81
81
Now the Syncfusion.SfKanban.WPF reference is added to the application references and the xmlns namespace code is generated in MainWindow.xaml as below.
82
82
83
-

83
+

84
84
85
85
86
-

86
+

87
87
88
88
89
89
#### Create data model
@@ -297,7 +297,7 @@ grid.Children.Add(kanban);
297
297
298
298
{% endtabs %}
299
299
300
-

300
+

301
301
302
302
303
303
You can also set [`AutoGenerateColumns`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_AutoGenerateColumns) property to true in which you don’t need to define the columns as mentioned in the above example. This will create columns depending on the ColumnMappingPath property for all the distinct values in ItemsSource.
@@ -314,4 +314,4 @@ Kanban control supports various built-in themes. Refer to the below links to app
314
314
315
315
*[Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)
316
316
317
-

317
+

Copy file name to clipboardExpand all lines: wpf/Kanban-Board/Overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
The Kanban control is an efficient way to visualize a workflow at each stage of completion. Kanban helps to define elegant planning and clear visualization of work progression. SfKanban also provide many features that are used to monitor the progressing tasks in software development cycle.
13
13
14
-

14
+

0 commit comments