how to remove Itemscount on header?

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>

2 Replies

EM Emil December 19, 2017 03:31 PM UTC

hi, I am wondering is it possible please?


RA Rachel A Syncfusion Team December 21, 2017 12:22 PM UTC

Hi Emil, 

Thanks for contacting Syncfusion Support. 

We have achieved your requirement in sample level. Please find the sample in the following location. 


Regards, 
Rachel. A 


Loader.
Up arrow icon