-
Notifications
You must be signed in to change notification settings - Fork 678
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
No LayoutTransformControl in WinUI #3493
Comments
The Windows Community Toolkit has one |
WPF supports LayoutTransform in the framework so this is a gap. Unfortunately render transform does not update the layout bounds of the element. |
The need for it in WinUI is to enable the new Expander control to be able to expand to the Left or Right. In time, this may also allow for Vertical Tabs which can be rotated and placed to the left or right. |
LayoutTransform really needs to be in the framework itself like RenderTransform. What was done in the WCT to create a separate control is only a work-around. |
🦙 @chrisglein FYI, this is a duplicate of #546. I had added it early on specifically because of Expander and it's usefulness in other scenarios for the WPF gap. |
Duplicate of #546 |
Describe the bug
For #3492, we need a
LayoutTransformControl
, which WinUI doesn't have (yet).Steps to reproduce the bug
Steps to reproduce the behavior:
Expected behavior
Screenshots
Version Info
NuGet package version:
Windows app type:
Additional context
The text was updated successfully, but these errors were encountered: