From e13c3bf106910f6e01ca3d4c742ff3aa4fb053d6 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Wed, 4 Jan 2023 12:23:24 +0100 Subject: [PATCH] - mighliorata grafica DataGrid in TFSEditor --- Icarus/TSFEditor/TFSEditorV.xaml | 10 ---------- Icarus/Utility/Dictionary.xaml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/Icarus/TSFEditor/TFSEditorV.xaml b/Icarus/TSFEditor/TFSEditorV.xaml index 21f5e2e..7b6e9ef 100644 --- a/Icarus/TSFEditor/TFSEditorV.xaml +++ b/Icarus/TSFEditor/TFSEditorV.xaml @@ -148,17 +148,7 @@ ItemsSource="{Binding LayerList}" PrintApp:MultiSelectorBehaviours.SynchronizedSelectedItems="{Binding SelLayers}" SelectedItem="{Binding SelLayer}" - CanUserAddRows="False" - AutoGenerateColumns="False" - CanUserResizeRows="False" SelectionMode="Extended" - ScrollViewer.CanContentScroll="True" - ScrollViewer.VerticalScrollBarVisibility="Auto" - ScrollViewer.HorizontalScrollBarVisibility="Auto" - ColumnHeaderHeight="28" - RowHeight="23" - HeadersVisibility="Column" - Background="White" Margin="0,2.5,0,2.5"> + @@ -2319,6 +2320,22 @@ + +