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