2023 Mar 17 12:56 PM
Hi all,
i have an application Screen with two areas.
The upper area is used by an ALV List (with REUSE_ALV_GRID_DISPLAY), in the bottom there is a PDF Viewer area. Both areas are divided by a bar.
How to make this bar moveable, so that both areas can get resized ?
For better understanding i attached a screenshot 😉
Thanks in advcance
André
2023 Mar 17 1:21 PM
Hint: Look at demo program such as RSDEMO_SPLITTER_CONTROL
2023 Mar 17 1:06 PM
Hello, did you tried cl_gui_splitter_container? That is user resizeable (with drag) by default I think.
2023 Mar 17 1:21 PM
Hint: Look at demo program such as RSDEMO_SPLITTER_CONTROL
2023 Mar 17 4:08 PM
2023 Mar 18 4:06 PM
2023 Mar 20 12:34 PM
Hi,
u pushed me into the right direction , Splitcontainer is the keyword
thanks all
André