From 74689b5dafa4b93e02ef3cef974365bf8b2e8379 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 23 Sep 2020 20:24:00 +0200 Subject: [PATCH] Conditional databindings - Added virtualization to the condition list --- .../ConditionalDataBindingModeView.xaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/DataBindings/ConditionalDataBinding/ConditionalDataBindingModeView.xaml b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/DataBindings/ConditionalDataBinding/ConditionalDataBindingModeView.xaml index d5321a776..46c8529f3 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/DataBindings/ConditionalDataBinding/ConditionalDataBindingModeView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/DataBindings/ConditionalDataBinding/ConditionalDataBindingModeView.xaml @@ -69,13 +69,18 @@ dd:DragDrop.IsDropTarget="True" dd:DragDrop.UseDefaultDragAdorner="True" HorizontalContentAlignment="Stretch" - ScrollViewer.CanContentScroll="False" + VirtualizingPanel.ScrollUnit="Pixel" Margin="0 5 0 0"> + + + + + \ No newline at end of file