2016 Dec 12 9:50 AM
Hello everyone,
I'm editing a dynpro with a table control in it.
My dynpro has two scrollbars: one for the dynpro, one for the table control.
This is not helpful for the user. The mouse wheel move the table control scrollbar if the cursor is on the table control and the dynpro scrollbar otherwise.
The user doesn't like this solution: he usually moves the wrong scrollbar.
Is there any solution? Any other way for the table control?
Thanks
2016 Dec 12 11:16 AM
You could try in screen painter to define the table control as re-sizeable with a small minimal size, so one of the scrollbar (dynpro) should disappear.
Regards,
Raymond
2016 Dec 12 11:16 AM
2018 May 17 11:42 AM
I need to remove the table control vertical scroll to solve user request. I want to try buttons (P++, P+, ecc..) for vertical change of rows.
So i tried to disable the scrollbar seitching off the flag in screen painter options or setting field v_scroll to blank but it still remain.
In my program i tried to initialize it to one row. It looks like in the picture.

When I add a row using "Aggiungi Posizione", vertical scroll appears and i have double scrollbar in dynpro.

But the table control has some empty rows, why vertical need to appear at the second row?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |