In the sfKanban samples, there is an example of how to change the header formatting by specifying a ColumnHeaderTemplate.
The the xml definition for the header, to display the number of cards in the column you can use <TextBlock Text="{Binding CardCount}"...
What I've not been able to find is the correct binding for the MinimumLimit and MaximumLimit properties of the column; I tried <TextBlock Text="{Binding MaximumLimit}"... but that didn't work.
Any advice?
thanks,
Matthew