progressColumn.Categories = new List<object>() { "In Progress", "Validated" };
Hi Patrick,
Due to the SfKanban lateral implementation in
Xamarin.Forms. We have some behaviour inconsistency among the Xamarin and
WPF platform.
WPF Implementation:
As we have mentioned earlier,
you need to define the SwinlaneKey property if you expect to show more than one
category in the same column as described in the below link. The categories
which is defined in the same column will be always visible in the UI in WPF
platform.
Xamarin Implementation:
You no need to define the
SwinlaneKey explicitly if you expect to show more than one category in the same
column. You can use the Categories property to show multiple category in one
column. In Xamarin. The multiple categories which is defined in the same column
will be visible in the UI only while card drag hovering.
Link:https://help.syncfusion.com/xamarin/sfkanban/column#multiple-category-for-a-column
Moreover, the documentation provided in both the platform
(WPF and Xamarin) seems correct as per the implementation. Please let us know
if you need further assistance on this.
Regards,
Lakshmi R.