Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.44k stars 445 forks source link

SplitView animation broken in CompactInline/Inline right placement #87

Open thexamlguy opened 4 years ago

thexamlguy commented 4 years ago

CompactInline and Inline DisplayMode animation should be the same to those of when the pane is set to Left placement.

Gif recording of the issue:

g

Kinnara commented 4 years ago

I noticed this too when implementing SplitView, and the UWP version has the same behavior. Could you also report this on the WinUI repo to see what's the rationale behind it?

thexamlguy commented 4 years ago

Thanks! I've logged the issue over at the WinUI repro - https://github.com/microsoft/microsoft-ui-xaml/issues/2392

JVimes commented 2 years ago

That issue got auto-closed for no feedback. Looks like now it's being tracked in https://github.com/microsoft/microsoft-ui-xaml/issues/3108.

JVimes commented 2 years ago

So far no rationale from Microsoft. They don't seem interested, maybe need a pull request. If we fix it in ModernWpf, would a WinUI fix be identical?