Ranjesh
Ranjesh
related but solvable differently. I think the issue here is that we want collection controls to be able to work with just IEnumerable + INCC. If WinRT supported generics, then...
Thanks for all the great discussions. some thoughts * We will need to update the template as @mdtauk mentions to account for new design as well as opportunities to reduce...
Interesting point about animations. We turn off all animations with the system setting, but I don't think we expose knobs to turn off animations other than by re-templating currently.
The control is working fine, but the binding seems to not be happy with System.Type. You should be able to wrap it in C# class with a name property to...
@RealTommyKlein FYI
@chingucoding @YuliKl @anawishnoff @StephenLPeters This sounds like we are breaking the existing behavior. If i understand correctly, the footer items are getting the same template as the menu items, which...
> @chingucoding It would be great for you to introduce FooterMenuItemTemplate in this PR if you'd like to! Calling on @ranjeshj to see if there's any logistical issues with that....
@MikeHillberg can provide more details on this. I believe Loaded/Unloaded events are asynchronous events but use different mechanisms internally causing this weird behavior which is very unfortunate.
@Parth Was this working for you in a 2.5 pre-release but then regressed in a newer one? Could you specify which release it was working in and which one it...
@Parth would you be able to share a small repro app showing your issue ? That would really help debug. @StephenLPeters can you think of any recent changes NavView change...