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

Scrollbar in CL_GUI_TEXTEDIT

Former Member
0 Likes
1,398

Hi All.

When we are having a very long text, a scrollbar comes in the text editor control made by class CL_GUI_TEXTEDIT, even though word wrap is set.

I tried setting it to a fixed place (word wrap = 2), and also at window border. Both to no avail.

Can tell me how can i remove the scrollbar from it?

Thanks in adv.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

Hi,

Check this demo program SAPSCRIPT_DEMO_NOTE_EDITOR...in which Vertical scroll bar is displayed if contents in the editor are more than what is displayed.

Hi,

Check this demo program SAPSCRIPT_DEMO_NOTE_EDITOR...in which Vertical scroll bar is displayed if contents in the editor are more than what is displayed.

1 REPLY 1
Read only

Former Member
0 Likes
852

Hi,

Check this demo program SAPSCRIPT_DEMO_NOTE_EDITOR...in which Vertical scroll bar is displayed if contents in the editor are more than what is displayed.