No LayoutTransformControl in WinUI
See original GitHub issueDescribe the bug
For #3492, we need a LayoutTransformControl
, which WinUI doesn’t have (yet).
Steps to reproduce the bug
Steps to reproduce the behavior:
- Go to ‘…’
- 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
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
LayoutTransformControl - Windows Community Toolkit
The LayoutTransformControl is a control that support transformations on FrameworkElement as if applied by LayoutTransform.
Read more >WinUI LayoutTransformControl Control
The Telerik UI for WinUI LayoutTransformControl is a content control which enables you to apply transformations on any FrameworkElement of your WinUI ......
Read more >Uno.CommunityToolkit.WinUI.UI.Controls.Layout 7.1.100
This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of...
Read more >Build your first WinUI 3 app (Part 1) - Windows Developer Blog
This 3-part blog aims to help members new to Windows development quickly build familiarity using the Window App SDK through a fun sample...
Read more >How to Add .NET WinUI Controls to Your Desktop ...
As of the time of this writing, there is no design surface for WinUI apps. You can only add controls to the XAML...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Duplicate of #546