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

How can I hide scrollbars in gui objects?

Former Member
0 Likes
565

Hello,

I want to hide the scrollbars of a gui container but I can not find a way to do it.

If you know how to do it in gui container or other objects please let me know.

Thanks in advanced,

Udi dekel.

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
491

what you asking is that the container should fill the entire available screen area right, if yes do the following

set the occupied/maintained lines/columns to maximum (attributes of the screen) and then set the resizing property of the control to minimum say 1 (with both resizing check boxes checked)

Read only

Former Member
0 Likes
491

hi udi,

go to your screen layout,

on the attributes screen disable check boxes for vertical and hoizantal scrolls,

then u dont get the scroll bars on the screen.

reward points if helpful.

regards,

seshu.

Read only

0 Likes
491

Hi Seshu,

first thank you for your answer.

I could not find those checkboxes in the screen layout, could you tell

where exactly they are.

Regards,

Udi