From 5440e7cb4c550ce78d1ac05dc3501e44f998a564 Mon Sep 17 00:00:00 2001 From: Nlick47 <2247717951@qq.com> Date: Fri, 25 Apr 2025 07:05:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=86=E9=A2=91=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E9=A1=B5DataGrid=E6=96=B0=E5=A2=9E=E6=8E=92=E5=BA=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Views/ViewVideoDetail.axaml | 73 ++++++++++++++++++----------- 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/DownKyi/Views/ViewVideoDetail.axaml b/DownKyi/Views/ViewVideoDetail.axaml index 1b8b564..054c0f3 100644 --- a/DownKyi/Views/ViewVideoDetail.axaml +++ b/DownKyi/Views/ViewVideoDetail.axaml @@ -300,42 +300,47 @@ VerticalAlignment="Stretch" BorderThickness="1" BorderBrush="Gray" - CanUserSortColumns="False" CanUserResizeColumns="True" IsReadOnly="True" ItemsSource="{ReflectionBinding ElementName=NameVideoSections, Path=SelectedItem.VideoPages, Mode=TwoWay}" SelectionMode="Extended"> - + + + - - - - - - - - - - - - - - + + + + + + + + + @@ -363,9 +368,23 @@ + + - + + + +