I want to remove itemscount information on header if possible? i know there is way using custom header like below but if i use it, i dont have collapse action anymore. i like the standard header, just i dont want itemscount information. i wish that there was a way to remove it.
<kanban:SfKanban.HeaderTemplate >
<DataTemplate>
<StackLayout WidthRequest="300" HeightRequest="40" BackgroundColor="Silver">
<Label Margin="10" Text="{Binding Path=Title}" TextColor="Purple" HorizontalOptions="Start" />
</StackLayout>
</DataTemplate>
</kanban:SfKanban.HeaderTemplate>