From d0d671d707bc5a91e9c5a41bb59bed35bab2e699 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:51:39 -0400 Subject: [PATCH] Fix Index Analysis scrollbar not working with many results (#554) The summary DataGrid was in a RowDefinition Height="Auto" row, which lets it grow unbounded to fit all content. With enough rows the grid extends past the window and the detail grid gets pushed off-screen. Changed both grids to proportional heights (* and 2*) so they share the available space and scroll internally. Fix applied to both Lite and Dashboard. Co-Authored-By: Claude Opus 4.6 (1M context) --- Dashboard/Controls/FinOpsContent.xaml | 2 +- Lite/Controls/FinOpsTab.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dashboard/Controls/FinOpsContent.xaml b/Dashboard/Controls/FinOpsContent.xaml index 858096cb..fa2fdd17 100644 --- a/Dashboard/Controls/FinOpsContent.xaml +++ b/Dashboard/Controls/FinOpsContent.xaml @@ -774,8 +774,8 @@ - + diff --git a/Lite/Controls/FinOpsTab.xaml b/Lite/Controls/FinOpsTab.xaml index 11c7ca1d..bba99595 100644 --- a/Lite/Controls/FinOpsTab.xaml +++ b/Lite/Controls/FinOpsTab.xaml @@ -772,8 +772,8 @@ - +