‎2006 Nov 23 1:02 PM
Hi,
I have tble control.
by default both the vertical and horizontal scroll bars are coming.
i don't want horizontal scroll bar.
how to disable the horizontal scroll bar?
‎2006 Nov 27 11:50 AM
Hi,
1) Go to screen,
2) double click on the table control,
3) u will find screen element attributes,
4) in that u have one option like <b>"fixed columns"</b> there u give how many columns u have exactly.
Hope it solves ur problem.
-Satya Priya
‎2006 Nov 23 1:04 PM
hi,
the Horizontal scroll bar automatically appears when the output length is more than the visible length.
so reduce the visible length of columns
rgds
anver
‎2006 Nov 23 2:10 PM
‎2006 Nov 23 2:03 PM
Hi,
Try reducing the visible lenght of fields or go to the FM for table control and write piece of code to fix the same.
‎2006 Nov 24 8:01 AM
Hi,
I had to diable the horizontal scroll bar of table contol generated by maintanace view.
to disable it, set the fixed column property value to number of columns in your table,
the horizontal scroll bar will disable.
‎2006 Nov 24 8:04 AM
hi
use the steploops instead of table control then u get only vertical scrolls.
for steploops check the below links
http://help.sap.com/saphelp_nw04/helpdata/en/d1/801c13454211d189710000e8322d00/content.htm
http://sap.niraj.tripod.com/id28.html
mark the helpful answers
Regards,
Naveen
‎2006 Nov 27 11:50 AM
Hi,
1) Go to screen,
2) double click on the table control,
3) u will find screen element attributes,
4) in that u have one option like <b>"fixed columns"</b> there u give how many columns u have exactly.
Hope it solves ur problem.
-Satya Priya