Skip to content

Conversation

@MayaKirova
Copy link
Contributor

@MayaKirova MayaKirova commented Dec 9, 2025

…ze cache.

Closes #16599

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@MayaKirova MayaKirova added 20.2.x grid ❌ status: awaiting-test PRs awaiting manual verification labels Dec 11, 2025
@MayaKirova MayaKirova marked this pull request as ready for review December 11, 2025 10:29
@MayaKirova MayaKirova added the squash-merge Merge PR with "Squash and Merge" option label Dec 11, 2025
Copy link
Contributor

@IMinchev64 IMinchev64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that if we set the grid width to a certain size, let's say 300px for the sake of the example, and also set the minWidth of the columns to have a sum of the same size, 300px, i.e:

image

The horizontal scrollbar is not present but its area is:
image

Note: if we change the width of the grid with even a single pixel above the sum of the minWidths of the columns (301px in our case), the area disappears:
image

Note: this happens only if we use minWidth on the columns, if we keep the same pixel sizes but use width instead the grid seems okay and no scrollbar area is present

@MayaKirova
Copy link
Contributor Author

@IMinchev64 Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

20.2.x grid squash-merge Merge PR with "Squash and Merge" option ❌ status: awaiting-test PRs awaiting manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Grids] Minimum grid width for the horizontal scrollbar to appear is calculated wrong if there are mixed column minWidth

4 participants