Hi, 

                I think you're going to need to use
TableViewTextAreaCellRenderer instead of TableViewCellRenderer.  The
latter does not support wrapping text (even though it is based on a
Label).

 

HTH,

~Roger Whitcomb

 

 

From: V SANTOSH PAVAN RAJU Bs [mailto:[email protected]] 
Sent: Saturday, November 10, 2012 2:13 AM
To: [email protected]
Subject: how to fit multiple lines in a tableview row

 

Hi,

Iam trying enter some information in a table view which was very long.
So i tried the following approach to make multiple lines fit in a
tableview cell.

<TableView.Column width="1*" headerData="errorMsg" name="error">

<cellRenderer>

<content:TableViewCellRenderer styles="{wrapText:true}" />

</cellRenderer>

</TableView.Column>

 

and in tableview styles i made variableRowHeight:true.

 

But in result the text in tableview cell was not properly arranged(it
like in the attachment). Can you help me where i was wrong and what
additional styles that i need to add to the tableview.

 

-- 
Thanks & Regards

B.S.V.S.Pavan Raju.

Skype: skype_pavan1

Hyderabad.

 

Reply via email to