cancel
Showing results for 
Search instead for 
Did you mean: 

table size is getting adujtsted according to the largest text.

Former Member
0 Kudos

The entry in table cell is too large and hence whole table size is getting large..

eg.

column1 column2 column3

-


abc 1 1

pqr 1 1

now adding new entry in column1 - "Statutory Compliances licence etc" table size is getting too large(like below)..

column1 column2 column3

-


abc 1 1

pqr 1 1

Statutory Compliances licence etc 1 1

instead of above i need

column1 column2 column3

-


abc 1 1

pqr 1 1

Statutory Compliances 1 1

(includes Licence etc)

how can this be achieved??

Edited by: bhishmak barot on Apr 16, 2008 2:50 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Bhishmak,

Every Column will have a header(caption) and a TextView for Value. Mostly This should work.

1. Change the width of Column to required width

2. In TextView UIElement (for Value of Column), There is a property called Wrapping. Make it to True.

3. Some times Wrrapping wont happen if the string is a one full string without any space. Make sure there are space the word which has to come down and the one which has to reamin in top and accordingly set the width of column.

Hope this helps.

Thanks.

Former Member
0 Kudos

hey shabir,

thanks a lot...

problem is solved..

cheers

i've not forgotten to rate ya..

regards,

Bhishmak.

Answers (1)

Answers (1)

PradeepBondla
Active Contributor
0 Kudos

Hi,

Did you check table cell properties? give fixed size to cell width property, it may come in next line in same cell....

regards,

Pradeep

PradeepBondla
Active Contributor