Skip to content

Fix Index Analysis scroll not working with many results (#554)#558

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/index-analysis-scroll-554
Mar 16, 2026
Merged

Fix Index Analysis scroll not working with many results (#554)#558
erikdarlingdata merged 1 commit intodevfrom
fix/index-analysis-scroll-554

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • The Index Analysis summary DataGrid used Height="Auto", letting it grow unbounded and push the detail grid off-screen
  • Changed both grids to proportional heights (* and 2*) so they share available space and scroll internally
  • Fixed in both Lite and Dashboard

Fixes #554

Test plan

  • Run Index Analysis against a database with many indexes (400+)
  • Verify both summary and detail grids scroll independently
  • Verify layout looks correct with few results (< 10 indexes)

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 74554af into dev Mar 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant