Application Development 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: 

Avoiding vertical scroll bar in table control

Former Member
0 Kudos

Hi,

How can avoid vertical scroll bar in a table control.

Please help.

Regards,

Ratheesh BS

6 REPLIES 6

Former Member
0 Kudos

if I am not wrong by default vertical scroll is inactive for table control...

we have to do coding for activating it!!!!!!!

Former Member
0 Kudos

Hi,

By Unchecking horizontal and vertical scrolling in the properties of the table control u can do that.

or if u mean seperators then;

Select the table control and in the properties uncheck vertical in the seperator field.

Regards,

Anoop Chandran

Former Member
0 Kudos

Hi,

Avoiding vertical scroll bar in table control

You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions.

or

You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.

Reward for useful answers.

Regards,

Raj.

Former Member
0 Kudos

Hi,

Avoiding vertical scroll bar in table control

You can remove the scroll bar in the table control by switching off vertical scrolling in the properties of the table control.

Reward If Helpfull,

Naresh.

Former Member
0 Kudos

Hi Ratheesh

if you are using version ECC6.0,

vertical scrolling does appears by default.

uncheck the sepatorors vertical in the properties wondow of table control.

if you are using previous versions to ECC 6.0

when you create a table control using module pool program only vertical scrolling doesn't appears by default.

for vertical scrolling we have to write coding explicitly.

Reward if helpful

Regards

Lakshman

Former Member
0 Kudos

Hi Ratheesh,

You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control.

****Reward points if found useful

Regards,

Naresh