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

resizing custom control

Former Member
0 Likes
1,306

Hello;

I want to resize my custom control display during run time with OO ALV inside by dragging the frame. Is it possible and how?

Thx in advance,

Ali

Edited by: Ali Abbasgil on Jan 7, 2008 11:12 AM

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
895

Hi,

Please check the following method


data :    g_container type ref to cl_gui_custom_container.
    create object g_container
           exporting container_name = 'MYCONTAINER'.

    call method g_container->set_alignment "<<<<<<<
       exporting
         alignment = alignment.

a®

Read only

0 Likes
895

Hi a®s;

i could not understand. Can you give more details pls?

Thx

Read only

0 Likes
895

Hi,

Check this

a®

Read only

0 Likes
895

Thx for the answer but what I want to do is resizing by dragging the frame of the custom container. Is there an event for this?

Read only

former_member191735
Active Contributor
0 Likes
895

Go to layout - first drag the screen and then drag your custom container.

This will solve your problem.

Read only

former_member191735
Active Contributor
0 Likes
895

NO - as far as i know