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

Table control scroll bar

Former Member
0 Likes
424

Hi ,

I have created on table control with wizard in module pool. It has 5 coulmns , one of the fields in 255 characters,

but the table control horizontal scroll does scroll till the end. to see the field data i have to put cursoor on field and then scroll with arrow key..

How can u increase the scroll bar width.. or how is this issue solved..?

Thanks

Bijal

2 REPLIES 2
Read only

Former Member
0 Likes
374

check the following thread

Read only

sarath_7
Participant
0 Likes
374

Hi ,

In the PBO of the Code.

DESCRIBE table IT LINES TC-LINES

here IT is internal table name used and TC- table control name.

i hope this will enable the scrollbar.for each field in table control visible length option is there in the properties.

based on the visible length it will appear in the output so adjust the visible length automatically horizontal scrollbar will be adjusted.

Thanks.

Edited by: A.sarath on Dec 30, 2009 1:23 PM