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

scroll in screen

Former Member
0 Likes
397

Hi

I am having a sub screen in my enhancement. I want to add 50 label and textfield one by one.Like one label and one text field

and just below second label and second textfield so on. But I am unable to add all 50 because after 27 line my screen is finished and it is not scroll. Can I do somethin for scroll the screen so that I can add all 50 lines or it is not possible?

Thanks,

Rakesh

1 REPLY 1
Read only

Former Member
0 Likes
329

Hi Rakesh,

Yes you can make subscreens scrollable by changing the property "Scrollable" of subscreen area in main screen. But in your case this subcreen area lies in standard screen and you have to modify this standard screen that contains your subcreen.

Or alternate solution is you can work with tab pages in your screen.

Regards

Ahsan