From 8f98509af29c50633da91fa25eda527b27b65b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Sun, 10 Dec 2023 11:20:34 +0100 Subject: [PATCH] Use RoutedEventTriggerBehavior --- src/SvgToXaml.Base/Views/ItemsView.axaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/SvgToXaml.Base/Views/ItemsView.axaml b/src/SvgToXaml.Base/Views/ItemsView.axaml index 29caeaf..f2fca3a 100644 --- a/src/SvgToXaml.Base/Views/ItemsView.axaml +++ b/src/SvgToXaml.Base/Views/ItemsView.axaml @@ -2,8 +2,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:i="using:Avalonia.Xaml.Interactivity" - xmlns:ia="using:Avalonia.Xaml.Interactions.Core" xmlns:rx="using:System.Reactive" xmlns:vm="using:SvgToXaml.ViewModels" mc:Ignorable="d" d:DesignWidth="300" d:DesignHeight="450" @@ -32,11 +30,12 @@ VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Focusable="True"> - - - - - + + + + +