Hi Team ABAP,
i made a dynpro with a custom container on it. In this custom container a textedit control (CL_GUI_TEXTEDIT) will get loaded.
I made the custom container of width 80 and made it resizable.
Now i create a docking container at the left side of the dynpro at runtime, wherein i load a tree control (CL_SALV_TREE).
Everything is working fine, but if i change the size of my docking container, which actually changes the size of my custom container with the textedit indirect proportionally.
But still my Textedit contril stays of same width and doesnt resize but gives me a scrollbar at its botom.
Any Ideas where i go wrong?
I set the wordwrap_position parameter to 72 when creating the textedit, may this be my pain?
regards