Application Development 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: 

How to increase the height of the Textbox in screen painter

Former Member
0 Kudos

Hi gurus,

I want use textbox in screen painter, where i will write 4-5 lines of text. that will display on output... but textbox only provide height of 1 line... so what control i can use that provide me textbox where i can write 4-5 lines of text.

thanx

man

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

I dont think you can achieve this using a simple textbox. You have to create a text editor to input your text.

Please refer to the demo program SAPTEXTEDIT_DEMO_1 for further details.

BR,

Suhas

Former Member
0 Kudos

thanx