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

Table Cotrl V-scrollbar

Former Member
0 Likes
390

Hi,

I don't want V-scroll bar in my Table control .

I want it should be diseble mode how to do that.

It should not play any roll and its rows or line should be 10 only .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

Hi,

best thing is u can resize table control in screen such that all 10 records can fit into it on screen.

or

<tablecontrol>-lines = '10'.

Edited by: vijay Mekala on Dec 29, 2007 12:59 PM

2 REPLIES 2
Read only

Former Member
0 Likes
368

Hi,

best thing is u can resize table control in screen such that all 10 records can fit into it on screen.

or

<tablecontrol>-lines = '10'.

Edited by: vijay Mekala on Dec 29, 2007 12:59 PM

Read only

Former Member
0 Likes
367

Thanks vijay..point has been given