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

Reg:Rows display in Table Control

former_member197425
Active Participant
0 Likes
639

Dear All,

I created a Table Control which is displaying 30 rows in the initial screen.But my requirement is to display up to 200 rows in

the initial screen itself how can it be done??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

Hi,

It depends on the size of your table control.. The maximum size is your screen..

Dear All,

I created a Table Control which is displaying 30 rows in the initial screen.But my requirement is to display up to 200 rows in

the initial screen itself how can it be done??

3 REPLIES 3
Read only

Former Member
0 Likes
612

Hi,

It depends on the size of your table control.. The maximum size is your screen..

Read only

former_member212005
Active Contributor
0 Likes
611

Try to change the Vis Length column of the table control....

All you can do is make the Table Control visible to the entire screen....it will display the number of rows which it can in the that screen....

Rest will be availabe via vertical and horizontal scroll bars.

Read only

Former Member
0 Likes
611

Hi,

The maximum size of your table control is the maximum size of your screen.