Application Development 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: 

Removing Scroll bar on subscreen area of a main screen

Former Member
0 Kudos

Hi Experts ...

this seems to be a easy question, but getting a little tricky .

I have a main screen 1000 and subscreen 2000 , thr are other subscreens on a main screen..

i have created a subscreen area on main screen to display subscreen 2000 .

now when i see output , it is showing sub screen in a scroll ...

i increased subscreen area sufficiently it should not need a scroll bar..

i also unchecked scroll bar in screen properties ..

Edited by: Akshay Rankhambe on Dec 17, 2011 1:05 PM

5 REPLIES 5

Former Member
0 Kudos

Hi,

this is happening because your data in sub screen is taking more space than defined .

i think you can try removing the horizontal scroll by checking out the

resizeable option

in attributes of Sub screen area .

Do the same for the table control : To remove the scrollbar of table control just check out the in resizing attributes of table control area

I think this should work for you .

But i would like to give a suggestion it would be better if you remove the scrollbar of the tabstrip control since the data may be

more so to accomodate them tablecontrol should be resizable .

Regards

kk

0 Kudos

Hi krishna ,

i tried those option , like i tried clicking on scrollbar and horizontal resizing and vertical resizing also , but the changes are not reflecting in the output , what could be the probable reason ? i tried unclicking those option but changes are not reflecting in any way ..

i increased both , the areas of subscreen , and the area of subscreen on main screen so that there wont be any neccesity of scroll bar ..

but when i see output no changes are reflecting ..

and obiviously i am checking and activating the project..

and also i don have any tablecontrol of tabstrip in my programm , its a simple module pool programm..

Former Member
0 Kudos

Hi,

May be subscreen area defined in Main screen(1000) is lower than the subscreen defined (2000).

Check the sub screen size 2000.

Regards,

Ravi.

0 Kudos

Hi rshankar ,

Its not like that ..

i have increased subscreen area on main screen sufficiently ..

i can even tell you the attributes of main and sub screen ..

subscreen 2000 :

definate length - 138 visible length - 138

mainscreen 1000:

definate length - 166 visible length - 166.

i removed the scroll bar option and vertical resize and horizonatal resize but still not helping..

Former Member
0 Kudos

Reduce the sub screen size/area.

I could remove the scroll bar by doing so.

thread closed.

thank u.