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
If the Scale property is applied to a parent control of a popup, the popup does not adjust the size. When applying the transform/scale property to the popup, the popup becomes double scaled. This issue is found in ToolTip, Flyout etc.
If scaling is applied to the Combo Box, the drop-down popup is scaled but its alignment is not properly.
Steps to reproduce the bug
Sample project simulating the above scenario is attached (TestApp.zip). TestApp.zip
Open the Test Application solution in Visual Studio 2022
Rebuild in Debug mode
In TestApp, the Scale property is applied to parent control, then verify the controls are scaled except ToolTip, Flyout, CalendarView.
Apply Scale to the ToolTip control.
Verify the ToolTip is double scaled.
Expected behavior
No response
Screenshots
• Scale property is applied to parent control, the parent control is scaled according to the scaled value, But the popup is not scaled.
• Scale Property is applied to ToolTip, the popup become double scaled.
• Scale property is applied to parent control, the parent control is scaled according to the scaled value, But the Flyout is not scaled.
• Scale property is applied to the Combo Box, Both Combo Box and drop-down popup is scaled but its alignment is not proper.
• Scale property is applied to CalendarDatePicker control, the parent control is scaled according to the scaled value, But the popup is not scaled.
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX), Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
For the behavior mentioned above,
Is this the proper way to apply the Scale property to Xaml control?
Is there any solution or workaround to solve this issue?
The text was updated successfully, but these errors were encountered:
Describe the bug
If the Scale property is applied to a parent control of a popup, the popup does not adjust the size. When applying the transform/scale property to the popup, the popup becomes double scaled. This issue is found in ToolTip, Flyout etc.
If scaling is applied to the Combo Box, the drop-down popup is scaled but its alignment is not properly.
Steps to reproduce the bug
Sample project simulating the above scenario is attached (TestApp.zip).
TestApp.zip
Expected behavior
No response
Screenshots
• Scale property is applied to parent control, the parent control is scaled according to the scaled value, But the popup is not scaled.
• Scale Property is applied to ToolTip, the popup become double scaled.
• Scale property is applied to parent control, the parent control is scaled according to the scaled value, But the Flyout is not scaled.
• Scale property is applied to the Combo Box, Both Combo Box and drop-down popup is scaled but its alignment is not proper.
• Scale property is applied to CalendarDatePicker control, the parent control is scaled according to the scaled value, But the popup is not scaled.
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX), Unpackaged
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
For the behavior mentioned above,
Is this the proper way to apply the Scale property to Xaml control?
Is there any solution or workaround to solve this issue?
The text was updated successfully, but these errors were encountered: