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
I am setting ContentPresenter.Content to some controls in a VisualState. It crashes the app on certain larger / more complex controls, but it's okay for basic Button.
It's kind of a weird and corner-case usage I know, but if it's by design it should be documented somewhere.
Describe the bug
I am setting
ContentPresenter.Content
to some controls in aVisualState
. It crashes the app on certain larger / more complex controls, but it's okay for basicButton
.It's kind of a weird and corner-case usage I know, but if it's by design it should be documented somewhere.
Steps to reproduce the bug
ComboBox
item.Expected behavior
No crash.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 11 (23H2): Build 22631
Additional context
This happens to UWP and WinUI3.
Repro
The text was updated successfully, but these errors were encountered: