cancel
Showing results for 
Search instead for 
Did you mean: 

TextEdit UI element, no vertical scrollbar

Former Member
0 Kudos

Dear all,
We are using TextEdit UI to fill a text.

But we want  to desactivate the vertical scrollbar when user is typing return carriage character.

Is there a possibility to desactive the vertical scrollbar or catch return carriage character ?

We are in EHP7.
Thanks a lot

Accepted Solutions (0)

Answers (2)

Answers (2)

rajeshkothamasu
Active Participant
0 Kudos

Hi,

Set TextEdit Ui element property "wrapping" as "soft".

Former Member
0 Kudos

Hi,

This option is not working.

I have the vertical scrollbar.

Any other idea ?

Thks

Former Member
0 Kudos

Have you gone through the link I have sent you?

Former Member
0 Kudos

Yes, the problem is the carriage return character in soft wrapping mode. It is creating the scroll bar.

Former Member
0 Kudos

Henry,

But by setting the wrapping as soft, carriage return is not inserted for each wrapping. See the description on the link itself. This is strange!

Then try using wrapping as 'hard'.

Description: Wraps the text if the value specified by property cols is reached. A carriage return is inserted for each wrapping. A horizontal scroll bar is not displayed for this value.

Regards,

Ashvin

Former Member
0 Kudos

Hi Aurélien ,

You should set the 'wrapping' property of the textEdit UI to soft.

Please refer to the link below for more information:

TextEdit Properties -  Web Dynpro ABAP - SAP Library

Regards,

Ashvin