Skip to content
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

Closed
ejserna opened this issue Oct 26, 2020 · 6 comments
Closed

No LayoutTransformControl in WinUI #3493

ejserna opened this issue Oct 26, 2020 · 6 comments

Comments

@ejserna
Copy link
Contributor

ejserna commented Oct 26, 2020

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:

  1. Go to '...'
  2. Click on '....'

Expected behavior

Screenshots

Version Info

NuGet package version:

Windows app type:

UWP Win32
Windows 10 version Saw the problem?
Insider Build (xxxxx)
May 2020 Update (19041)
November 2019 Update (18363)
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor Saw the problem?
Desktop
Xbox
Surface Hub
IoT

Additional context

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Oct 26, 2020
@mdtauk
Copy link
Contributor

mdtauk commented Oct 26, 2020

@ranjeshj ranjeshj added team-Controls Issue for the Controls team feature proposal New feature proposal labels Oct 26, 2020
@ranjeshj ranjeshj added team-Framework needs-triage Issue needs to be triaged by the area owners and removed needs-triage Issue needs to be triaged by the area owners team-Controls Issue for the Controls team labels Oct 26, 2020
@ranjeshj
Copy link
Contributor

WPF supports LayoutTransform in the framework so this is a gap. Unfortunately render transform does not update the layout bounds of the element.

@mdtauk
Copy link
Contributor

mdtauk commented Oct 26, 2020

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.

@chrisglein chrisglein added wpf-vs-winui-mismatch and removed needs-triage Issue needs to be triaged by the area owners labels Oct 27, 2020
@robloo
Copy link
Contributor

robloo commented Oct 27, 2020

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.

@michael-hawker
Copy link
Collaborator

🦙 @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.

@chrisglein
Copy link
Member

Duplicate of #546

@chrisglein chrisglein marked this as a duplicate of #546 Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants