We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0898c59 commit a66220aCopy full SHA for a66220a
MAUI/Kanban-Board/Column.md
@@ -317,7 +317,7 @@ kanban.ItemsSource = viewModel.Cards;
317
kanban.Columns.Add(new KanbanColumn
318
{
319
Title = "To Do",
320
- Categories = new List<object> { "object", "Postponed" },
+ Categories = new List<object> { "Open", "Postponed" },
321
Background = Color.FromArgb("#D6EAF5")
322
});
323
@@ -801,7 +801,7 @@ KanbanPlaceholderStyle placeholderStyle = new KanbanPlaceholderStyle
801
802
803
804
805
Background = Color.FromArgb("#D6EAF5"),
806
PlaceholderStyle = placeholderStyle
807
0 commit comments