Re: Table Cell Composition

2014-04-06 Thread Alex Harui
At some point a TextBlock is generated to create TextLines and then they are added to the display list. You can try hanging on to them, but it might mess up the recycler. -Alex On 4/6/14 10:50 AM, "Harbs" wrote: > >On Apr 6, 2014, at 8:28 PM, Alex Harui wrote: > >>> Does anyone have any concer

Re: Table Cell Composition

2014-04-06 Thread Harbs
On Apr 6, 2014, at 8:28 PM, Alex Harui wrote: >> Does anyone have any concerns with this approach? > Performance and memory, of course. Don't know if pooling would help or > avoiding spending too much time on cells that are off-screen. I'd expect performance to be better for most cases. Cells w

Re: Table Cell Composition

2014-04-06 Thread Alex Harui
On 4/6/14 2:42 AM, "Harbs" wrote: >While working on TLF tables, I came to the conclusion that the simplest >way to handle the composition is to create a separate TExtFlow for each >cell in a table. The reason for this being that the composition of each >cell is in fact completely separate from