daniel-luberda / DLToolkit.Forms.Controls

Xamarin.Forms Custom Controls
Apache License 2.0
393 stars 182 forks source link

Why it is bind the model in FlowListView.GroupHeaderTemplate #245

Open ashish-sharma4u opened 5 years ago

ashish-sharma4u commented 5 years ago

I am working with FlowListView and i found we can only Bind our model to the FlowListView.GroupHeader Template by using only Key and also it doesn't work if you try bind the model twice (I assume). Please check the piece of code below. <controls:FlowListView FlowColumnCount="3" SeparatorVisibility="None" HasUnevenRows="True" FlowItemsSource="{Binding datagraph}" x:Name="enuList" FlowItemTappedCommand="{Binding TappedCommand}" FlowLastTappedItem="{Binding TappedItem}" IsGroupingEnabled="true" >