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

Hide Scrolbar in Table control.

Former Member
0 Likes
582

Hi,

I have created a table control for my screen. Is it possible to hide or remove scrolbar in table control.

Thanks.

Guru

Hi,

I have created a table control for my screen. Is it possible to hide or remove scrolbar in table control.

Thanks.

Guru

3 REPLIES 3
Read only

Former Member
0 Likes
553

Hi Guru,

In the Screen Painter, uncheck the check vertical and horizontal scroll.

Hope this information is help to you.

Regards,

José

Read only

Former Member
0 Likes
553

in se51 or the screen painter, goto layout mode, double click on the table control, in the properties window uncheck the scroll options(vertical,horizontal scroll)

Read only

former_member194669
Active Contributor
0 Likes
553

You can also try


process before output.
  module set_status.

  loop at i_ctcusage_t1 with control tabcntl.

then


module set_status output.

      tabcntl-lines = 0