Hi,
The following does NOT work:
<Label x:Name="statusSlt" x:Uid="Label_8" Content="{Binding Source={StaticResource PhLstBox}, Path=SelectedItems.Count}" />
<Label x:Name="statusCount" x:Uid="Label_8" Content="{Binding Source={StaticResource Photos}, Path=Count}" />
But if I exchange the 2 lines, it's fine.
<Label x:Name="statusCount" x:Uid="Label_8" Content="{Binding Source={StaticResource Photos}, Path=Count}" />
<Label x:Name="statusSlt" x:Uid="Label_8" Content="{Binding Source={StaticResource PhLstBox}, Path=SelectedItems.Count}"/>
I'm on Windows 7, 64 bits. I need to try on an older machine.