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

How to remove horizontal & vertical scroll bar from table control

Former Member
0 Likes
5,021

Hi all,

I want to remove the Horizontal scroll bar feature from my table control. How i can do that? Kindly help me.

regards

Hi all,

I want to remove the Horizontal scroll bar feature from my table control. How i can do that? Kindly help me.

regards

7 REPLIES 7
Read only

Former Member
0 Likes
1,749

its not possible to remove it..

only way is u can increate the tablecontrol manually.

Read only

Former Member
0 Likes
1,749

u can set attributes of table control in screen painter.

don't forget to reward

Sameer

Read only

Former Member
0 Likes
1,749

Hi,

Goto the attribute of the table control they u can find resizing uncheck the checkboxes vertical and horizontal

<b>Regards,

Azhar</b>

Read only

0 Likes
1,749

Hi Azhar ,

It's not working

regards

Read only

Former Member
0 Likes
1,749

hi,

From Scroll Bars 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.

Regards

Sankar

Read only

Former Member
0 Likes
1,749

clik the created TCL...

uncheck vertical & horizontal under RESIZING.

let me know if u need any more.

reward if helpful

tx-kiran

Read only

0 Likes
1,749

Hi Kiran,

It's not working.....

Horizental scroll bar i have removed but vertical is still there

regards