Application Development 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: 

Hide scrollbar in table controls

Former Member
0 Kudos

Hello,

is there a way to hide at least the vertical scroll bar ?

Thanks in advance,

Mathias

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Mathias,

I don't think we can control the display of the verticalscroll bar anyway.

If the number of lines in the table control is more than the visible lines, then the scroll bar will automatically appear.

Even if you do that, what purpose does it serve?

How would the user go to the next line items?

Regards,

Ravi

Former Member
0 Kudos

Hi Mathias,

By default, there won't be any vertical scrollbar assigned to Table control. It can be attached by using the statement

describe table itab lines tc-lines.

So if you want to hide the scrollbar, just remove the statement from your code.

Regards,

SP.

former_member188685
Active Contributor
0 Kudos

Hi,

Check thsi demo Program <b>RSDEMO02</b>, here it implemented exactly the same. there is a check box to control vertical scroll bar check it.

Regards

vijay