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

cl_gui_textedit disable scrollbar

Former Member
0 Likes
1,180

Hi,

is it possible to disable horizontal scrollbar for class cl_gui_textedit ?

Thanks

Cheers

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
711

Did you try to use wordwrap_mode = '1'. when creating the cl_gui_textedit object ?

Regards,

Raymond

Hi,

is it possible to disable horizontal scrollbar for class cl_gui_textedit ?

Thanks

Cheers

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
712

Did you try to use wordwrap_mode = '1'. when creating the cl_gui_textedit object ?

Regards,

Raymond

Read only

0 Likes
711

Hi,

thanks for your answer, the good answer is wordwrap_mode = '0'.