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

Single Scroll bar for 3 containers

Former Member
0 Likes
644

Hi All,

I have one se51 screen in which it contains one custom container. This main container is divided horizontally into Top left container and bottom right container using cl_gui_easy_splitter_container. Top left container is again divided vertically using cl_gui_splitter_container. Now each 3 containers have separate scroll bars depends on the text size.

Is it possible to make a single scroll bar for the entire screen and scroll all 3 containers at the same time ?

Regards,

Sreeja

Hi All,

I have one se51 screen in which it contains one custom container. This main container is divided horizontally into Top left container and bottom right container using cl_gui_easy_splitter_container. Top left container is again divided vertically using cl_gui_splitter_container. Now each 3 containers have separate scroll bars depends on the text size.

Is it possible to make a single scroll bar for the entire screen and scroll all 3 containers at the same time ?

Regards,

Sreeja

2 REPLIES 2
Read only

Kiran_Valluru
Active Contributor
0 Likes
524

Hi.,

Increase the Container size upto ., in such a way no scroll bars has to come,

now the scroll bars will not come for each container, it will come only one scroll bar for screen so that when you scroll all the containers will scroll accordingly.,

hope this helps u.,

revert back for some more clarification.,

Thanks & Regards,

Kiran

Read only

0 Likes
524

My question is to synchronize 3 containers and keep only one scroll bar at right side..if content is more than (for eg : 20 lines)in any of the container, scroll bar should apprear and should be able to move which one has more lines.

Now if the bottom container has more lines , i have to scroll the 3rd container scroll bar..but this should be possible from the main scroll bar.