From 1f8506aad45e253f1f61e90c7463679aafe3ad47 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 2 Nov 2022 20:39:35 +0900 Subject: [PATCH] Add Virtualizing WrapPanel --- Flow.Launcher/Flow.Launcher.csproj | 3 ++- Flow.Launcher/SettingWindow.xaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 813a44527..1e7f70b0a 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -98,6 +98,7 @@ + @@ -120,7 +121,7 @@ - + diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 53f277294..12eb9c219 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -11,6 +11,7 @@ xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure" xmlns:vm="clr-namespace:Flow.Launcher.ViewModel" + xmlns:wpftk="clr-namespace:WpfToolkit.Controls;assembly=VirtualizingWrapPanel" Title="{DynamicResource flowlauncher_settings}" Width="{Binding SettingWindowWidth, Mode=TwoWay}" Height="{Binding SettingWindowHeight, Mode=TwoWay}" @@ -1051,7 +1052,7 @@ VirtualizingStackPanel.VirtualizationMode="Recycling"> - + @@ -1511,7 +1512,7 @@ - +