microsoft / microsoft-ui-xaml

WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications.
MIT License
6.37k stars 683 forks source link

The UWP pivot is experiencing performance issues while using the DataGrid inside the pivot item. #10061

Open Madhavansf opened 1 month ago

Madhavansf commented 1 month ago

Describe the bug

We have used the UWP DataGrid control inside the UWP PivotItem. While switching between pivot items, a performance delay occurs due to the number of columns and rows. Even with only 23 columns and 33 rows displayed, we are still experiencing performance delays.

Can you suggest a solution?

Steps to reproduce the bug

Step 1: Run the sample. Step 2: Click Sheet2 pivot item.

Expected behavior: The performance delay should not occur while switching pivot items. Observed behavior: A performance delay occurs while switching pivot items.

Sample Pivot_PerformanceIssue.zip

Expected behavior

The performance delay should not occur while switching pivot items.

Screenshots

https://github.com/user-attachments/assets/e33d04ea-41d6-4ce4-8756-690d0c8ccc34

NuGet package version

None

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

Madhavansf commented 3 weeks ago

Hi Team, - Any update on this?.