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

multiple scroll bars when using cl_gui_custom_container

former_member5472
Active Contributor
0 Likes
1,014

Hi,

when my custom container ref to cl_gui_custom_container i'm seeing two horizontal and two vertical scroll bars.

can anybody explain me why?

thanks

pratyush

3 REPLIES 3
Read only

Former Member
0 Likes
703

Hi,

You might be using splitter container, that is you are logically splitting your container into parts in the program.In that case, scroll bars will be displayed.

just check it.

Regards,

Sowjanya

Read only

former_member5472
Active Contributor
0 Likes
703

Hi,

no i'm not using spliiter control. if i change my ref to docking control my scroll bars are proper.

thanks

Read only

former_member5472
Active Contributor
0 Likes
703

thanks