Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Double scrollbar in dynpro with table control

gabriele_mazza
Explorer
0 Likes
2,311

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
1,998

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

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

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
1,999

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

Read only

0 Likes
1,998

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?