All Posts Tagged With: "Truncated"

Truncated datagrid column in Flex

I was looking for a way to get some of my datagrid fields nicely truncated because some where to long but also because the window is completely scalable. Since I had to use itemrenders anyway I thought I just could set the truncateToFit property of a label in an itemrender. But when the datagrid is resized it does not automaticly resize the renders.

So this is what I came up with: Continued