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

hide control table vertical and horizontal scrollbars

Former Member
0 Likes
1,171

hi experts,

i use table control wizard to create a table control with scroll,i wanna keep the four buttons and hide the scrollbar,i read a forum,they said to uncheck the scroll options(vertical,horizontal scroll),but why i can't find the properties in the table control property

by the way,if i can change the table control height dynamic for the first show

best regards

zlf

Edited by: lf z on Oct 27, 2009 3:55 AM

4 REPLIES 4
Read only

Former Member
0 Likes
576

HI

Just double click on any corner area of Table Control and go to the Attribute of the Table control and Uncheck the Vertical and Horizontal Resizing.

if you still get the Scroll then Search in the program for DESCRIBE TABLE ITAB LINES TC-LINES if you find this then replace

TC-LINES with a temp Variabl

Cheers

Ram

Read only

0 Likes
576

hi Ram,

the first way is not working

the second way seems get the effect,but as i said i till wanna keep the four scroll buttons working,your way make me no way to scroll my table control

and my second question any suggestion,i mean if my itab contains 20 items,i wanna the table control display 10 items at a time,and if my itab get 40 items,the table control should display 20 at a time

best regards

zlf

Edited by: lf z on Oct 27, 2009 8:57 AM

Read only

0 Likes
576

Hi,

Could you please rephrase your requirement? I dont seem to understand. What four buttons do you wanna keep scrolling? Do you want the scroll bar of your table control to be disabled?

Read only

0 Likes
576

hi Nitwick ,

Scroll: Four scroll buttons below the table control that can be used to scroll the table display.

when we use table control wizard,we can check the scroll checkbox,and the four scroll buttons will be located below the table control

best regards

zlf