You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose porting UWP's RelativePanel control to WPF. It's a great way to layout UI, while reducing the number of panels needed to create in order to perform such a layout. A panel like this could also form the basis for porting Adaptive Triggers down the line (as these two go really well hand-in-hand).
I'm also hoping that the Windows UI Xaml project will soon share UWP's RelativePanel implementation, to ensure 100% consistency in behavior (AFAIK my implementation matches in behavior, but knowing that there are a lot of edge cases, I probably don't handle them all).
The text was updated successfully, but these errors were encountered:
With WinUI 3 source code finally available, I was able to port this control to WPF and verify it works exactly as the UWP/WinUI one. I'm more than happy to contribute it to this repro if you're interested.
I'd like to propose porting UWP's RelativePanel control to WPF. It's a great way to layout UI, while reducing the number of panels needed to create in order to perform such a layout. A panel like this could also form the basis for porting Adaptive Triggers down the line (as these two go really well hand-in-hand).
I have an implementation of it here that I'd be happy to contribute back to WPF:
/~https://github.com/dotMorten/UniversalWPF/tree/master/src/UniversalWPF.RelativePanel
I'm also hoping that the Windows UI Xaml project will soon share UWP's RelativePanel implementation, to ensure 100% consistency in behavior (AFAIK my implementation matches in behavior, but knowing that there are a lot of edge cases, I probably don't handle them all).
The text was updated successfully, but these errors were encountered: