‎2006 Apr 27 4:27 PM
Hello,
is there a way to hide at least the vertical scroll bar ?
Thanks in advance,
Mathias
‎2006 Apr 27 4:28 PM
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
‎2006 Apr 27 4:30 PM
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.
‎2006 Apr 27 4:41 PM
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