From 07e4c7a2d9cf3eee083e2ce945aeae61306f65da Mon Sep 17 00:00:00 2001 From: anerx <512464164@qq.com> Date: Mon, 7 Apr 2025 23:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=99=9A=E6=8B=9F=E5=8C=96?= =?UTF-8?q?=E4=BB=A5=E7=94=A8=E6=9D=A5=E6=8F=90=E9=AB=98=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.UI/Views/Pages/DashboardPage.xaml | 3 +++ Seyounth.Hyosung.UI/Views/Pages/DataPage.xaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Seyounth.Hyosung.UI/Views/Pages/DashboardPage.xaml b/Seyounth.Hyosung.UI/Views/Pages/DashboardPage.xaml index 20a6017..be482f0 100644 --- a/Seyounth.Hyosung.UI/Views/Pages/DashboardPage.xaml +++ b/Seyounth.Hyosung.UI/Views/Pages/DashboardPage.xaml @@ -54,6 +54,9 @@ diff --git a/Seyounth.Hyosung.UI/Views/Pages/DataPage.xaml b/Seyounth.Hyosung.UI/Views/Pages/DataPage.xaml index d4b9f3b..48b86d5 100644 --- a/Seyounth.Hyosung.UI/Views/Pages/DataPage.xaml +++ b/Seyounth.Hyosung.UI/Views/Pages/DataPage.xaml @@ -37,6 +37,10 @@ HeadersVisibility="All" VerticalContentAlignment="Center" CanUserAddRows="False" + EnableRowVirtualization="True" + EnableColumnVirtualization="True" + VirtualizingPanel.VirtualizationMode="Recycling" + ScrollViewer.CanContentScroll="True" AddingNewItem="VarietyDataGrid_AddingNewItem" CellEditEnding="VarietyDataGrid_CellEditEnding" ItemsSource="{Binding ViewModel.Varieties, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"