‎2007 Nov 29 3:07 PM
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
‎2007 Nov 29 3:24 PM
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®
‎2007 Nov 29 3:41 PM
Hi a®s;
i could not understand. Can you give more details pls?
Thx
‎2007 Nov 29 3:45 PM
‎2007 Nov 29 4:00 PM
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?
‎2007 Nov 29 3:47 PM
Go to layout - first drag the screen and then drag your custom container.
This will solve your problem.
‎2007 Nov 29 5:09 PM