cancel
Showing results for 
Search instead for 
Did you mean: 

TextView

Former Member
0 Kudos

Hi Experts,

I want to create a simple application.I create one text view in the form of paragraph.if i give text it will come single line. i want paragraph(similar to definition). how to give.....

Its very urgent

Regards,

P.Manivannan

Accepted Solutions (1)

Accepted Solutions (1)

former_member225041
Participant
0 Kudos

Hi manivannan,

You need to change two of the textview properties.

1>In the textView properties change the Layout=Paragraph

2>Change the wrapping =true

In addtion to that you also need to assign width of the textview so that you can limit the single line.

Hope it will solve your problem.

Former Member
0 Kudos

hi vinay,

thanks for ur reply.

Regards,

P.Manivannan.

Answers (0)