This example demonstrates how to bind NavBarControl with a DataSource.
Question Comments
Added By: Mikhail Shubin at: 4/23/2015 11:04:27 AM
Hello,
This example has a binding error:
System.Windows.Data Error: 40 : BindingExpression path error: 'Content' property not found on 'object' ''Item'
To fix it I've changed the DataTemplate as follows:
<DataTemplate>
<TextBlock Text="{Binding Header}" Background="Black" Foreground="Yellow"/>
</DataTemplate>
Without it I see black bars instead of items.
Best regards,
Mikhail