2009 Oct 29 11:29 AM
Custom container horizontal resizing doesn't work. Resizing vertical and horizontal attributes are set. What am I doing wrong?
Custom container horizontal resizing doesn't work. Resizing vertical and horizontal attributes are set. What am I doing wrong?
2009 Oct 29 1:45 PM
2009 Oct 29 1:59 PM
Hi ,
Try using the docking container instead of the custom container.
Sample code:
data: or_doc type ref to cl_gui_docking_container .
create object or_custom_container
exporting container_name = c_container.
create object or_grid
exporting i_parent = or_custom_container.
Then do normal OOP processing
2009 Nov 02 12:41 PM
Thanks for quick answer!!!
Edited by: Cyrill Colbinev on Nov 2, 2009 1:42 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |