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 @@ + +