-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add RelativePanel here #36
Comments
Thanks for raising this! I'm curious are there any changes/improvements folks would like in this feature, too, or just getting access to see the control's source code? |
Well my immediate need is to see how the layout cycle is implemented, so that the exact behavior can be duplicated in WPF. Having said that knowing how Panels work is a great learning experience, as they form the basic for a lot of advanced controls. |
You can have a look at my implementation, although it's not perfect with infinite available size at present. I hope that you can learn a lot from it. |
@kodamaSakanu I have an implementation too. Afaik it matches the behavior of UWP, but there are so many edge cases I likely don't handle: https://github.com/dotMorten/UniversalWPF/tree/master/src/UniversalWPF |
Okay thanks. We’d certainly like to help move all XAML developers - even those on WPF - forward and help bridge folks to the latest WinUI / UWP XAML. In general, there are a number of controls we need to migrate into WinUI - e.g. see recent requests for ComboBox features - and as we do so it’s not always just a “copy and paste” from the in-box code as we need to ensure the code is layered over the core os the right way, follows the coding and engineering practices that support good open source collaboration, etc. One option to get you the code is to wait until we’ve done that migration and moved the feature into WinUI, but given your feedback we’re going to look into if there are ways for us to accelerate that and possibly do more of the migration itself in the open which could let you see more of the code sooner. |
How about ComboBoxPreview __________Preview For slowly updating inbox controls until they are mature enough to totally replace them? |
This would be included in WinUI 3.0, which we plan to make open source. So, closing this in favor of the general WinUI 3.0 issue #717 |
This would be included in WinUI 3.0, which MS plans to make open source. [LINK](microsoft/microsoft-ui-xaml#36 (comment))
I'm interested in creating the equivalent RelativePanel control for WPF. I got an implementation close to it, but the layout cycle isn't completely in sync with the UWP one. It would be really helpful if RelativePanel was part of the open sourced controls, so that we can create consistent implementations across the XAML platforms.
The text was updated successfully, but these errors were encountered: