Eclipse scrollbars prevent access to Gridbag col/row properties #894
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That cursor looks like Linux, right? Shouldn't the scrollbar normally be at the right/bottom of the composite? Do you have any special configuration in your IDE/in GTK that's causing this behavior? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
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?