From 7846b38143c90d15b39c368648bbbefbc6b215bc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:04:47 +0000 Subject: [PATCH 1/3] Initial plan From 4c66b0ef6c2c7bd56d509c7fd8a1fe5320a53f8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:18:47 +0000 Subject: [PATCH 2/3] Fix Uno WASM app by updating SDK and removing deprecated property Co-authored-by: w-ahmad <17172092+w-ahmad@users.noreply.github.com> --- src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml | 1 - src/global.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml index cb50cf6..7cefbdf 100644 --- a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml +++ b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml @@ -22,7 +22,6 @@ diff --git a/src/global.json b/src/global.json index 46feddf..58d5627 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "Uno.Sdk": "6.4.24" + "Uno.Sdk": "6.4.53" }, "sdk": { "allowPrerelease": false From ec4125972efbb946ef038b2adad0653d9f38661a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:20:00 +0000 Subject: [PATCH 3/3] Remove AllowLiveShaping property from XAML template as well Co-authored-by: w-ahmad <17172092+w-ahmad@users.noreply.github.com> --- src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml index 7cefbdf..d585ae6 100644 --- a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml +++ b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml @@ -82,7 +82,6 @@ <tv:TableView x:Name="tableView" IsReadOnly="True" - AllowLiveShaping="False" ItemsSource="{Binding TransacationsData}">