Fix for unnecessary horizontal scroll bar in group panel#8756
Conversation
|
I'm not really happy about just making the scrollbar invisible. Instead I'd ask if you could look into if there is a root cause for displaying the scrollbar? Is there a child node too wide to fit? Are there insets that need to be removed? |
|
Thanks for your interest in this issue and your proposal to fix it. |
|
Thank you for your valuable comment @calixtus. SolutionI have followed the workaround and glad that it actually fixes our issue by:
There is a tricky part for the value of width of
Flickering example when table shrinks: bug_1.1.mp4 |
|
Thanks for looking into this. I believe the solution you found now is the better one. We have to think about relativity of column width depending on screen resolution and scaling in the future. But I think this should not be fixed in this patch, since scaling fails in other places too. This one looks already good to me and is good improvement. |
|
Is this ready for review now? |
|
Yes, it is ready for review. |

Previous discussion for group panel horizontal scroll bar: #8467
Proposed solution: Hide the group panel scroll bar from user interface
Fixes #8467
fix-8467.mp4
PR Checklist:
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)