diff --git a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml index cb50cf6..d585ae6 100644 --- a/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml +++ b/src/WinUI.TableView.SampleApp/Pages/LargeDataPage.xaml @@ -22,7 +22,6 @@ @@ -83,7 +82,6 @@ <tv:TableView x:Name="tableView" IsReadOnly="True" - AllowLiveShaping="False" ItemsSource="{Binding TransacationsData}"> 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