PDA

View Full Version : tree component line break


donaldparkerii
07-20-2006, 06:29 PM
I have a tree compoent that is 180px wide. Some of my links are too long to fit in the 180 px. My question is this, Does anyone know how to add a line break in the node so instead of

Reporting vs. Production Databaes

it will be

Reporting vs. Production
Database

I dont care if it is actionscript to check the size then add the breaks in or even if i manually have to add the break with something like a /n

PLEASE help

arulprasad
07-24-2006, 12:08 PM
You'll need to use a 'custom cellRenderer' to achieve this.