Eclipse scrollbars prevent access to Gridbag col/row properties #894
Answered
by
ptziegler
Tobias-Griese
asked this question in
Q&A
|
If the window currently worked on is larger than the eclipse Tab, eclipse will display scrollbars on mouse over. These scrollbars hide the GridbagLayout columns / rows, so I cant right click a GridbagLayout column/row. Some functionality is available through the selected Gridbag cell, but for example, delete column is not . Is there a way to change the layout (of eclipse or WindowManager) to decrease the eclipse-Scrollbar size, make the eclipse scrollbars displace the contents (maybe scrollbar always visible) or increase the size of the GridbagLayout columns / rows display area, so they are clickable through the scrollbar? Or is there some other way to access the functionality? |
Answered by
ptziegler
Sep 23, 2024
Replies: 2 comments 2 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Thanks for the clarification! That is indeed not how it's supposed to be. To summarize: The headers are automatically created with horizontal and vertical scrollbars enabled. Because this is done by a dependency, there is very little we can do to avoid this.
I've created #903, which makes those scrollbars invisible and should effectively solve this problem. I'll try to get this merged later today, so perhaps you can try out tomorrows nightly build and see if this is still a problem on your side?