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: 

set width of custom control

Former Member
0 Kudos

Hi all

I have a cl_gui_custom_container in a dynpro. I would like to manage width of it. I tried to use method set_width, but it does not wrk. I try the get_width and it works. What am I missing? Is it possible to achieve width management?

thanks

Gabriele

1 REPLY 1

Former Member
0 Kudos

Get_width will be working for the custom controller, but u will not keep the width for it. As the custom container is a considered as static container. so, u can't increase the size dynamically.