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 use the Expander control and encapsulate an itemsRepeater in Content to display a large amount of data (about a few hundred items). When I first expand the Expander control, the content can be displayed correctly, but when I fold it up and expand it again, it becomes a blank space that requires a mouse click or scroll to display. I guess it may be a virtualization issue that caused the rendering to fail. Is there a solution to this problem?
Steps to reproduce the bug
1、Create an Expander Control,And the content contains an ItemsRepeater
2、Fill a large amount datas in this ItemsRepeater
3、Expand the Control -> Collapsed Control -> Expand the Control
Expected behavior
ItemsRepeater can show data correctly
Screenshots
No response
NuGet package version
Windows App SDK 1.4.5: 1.4.240211001
Packaging type
Unpackaged
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I use the Expander control and encapsulate an itemsRepeater in Content to display a large amount of data (about a few hundred items). When I first expand the Expander control, the content can be displayed correctly, but when I fold it up and expand it again, it becomes a blank space that requires a mouse click or scroll to display. I guess it may be a virtualization issue that caused the rendering to fail. Is there a solution to this problem?
Steps to reproduce the bug
1、Create an Expander Control,And the content contains an ItemsRepeater
2、Fill a large amount datas in this ItemsRepeater
3、Expand the Control -> Collapsed Control -> Expand the Control
Expected behavior
ItemsRepeater can show data correctly
Screenshots
No response
NuGet package version
Windows App SDK 1.4.5: 1.4.240211001
Packaging type
Unpackaged
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: