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" >
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" >