‎2009 Dec 30 9:30 AM
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
‎2009 Dec 30 11:33 AM
‎2009 Dec 30 12:23 PM
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