From ec497f4f811f4f573c268ca2651df4a123cc638d Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 19 May 2025 10:40:41 -0600 Subject: [PATCH] Use virtualized list to improve large queue performance --- Source/LibationAvalonia/Views/ProcessQueueControl.axaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/LibationAvalonia/Views/ProcessQueueControl.axaml b/Source/LibationAvalonia/Views/ProcessQueueControl.axaml index 8d3a8ebd..f65a400e 100644 --- a/Source/LibationAvalonia/Views/ProcessQueueControl.axaml +++ b/Source/LibationAvalonia/Views/ProcessQueueControl.axaml @@ -35,6 +35,11 @@ VerticalScrollBarVisibility="Auto" AllowAutoHide="False"> + + + + +