On 10/25/16, 6:41 PM, "Kyle McKnight" <kamck...@gmail.com> wrote:

>I only set the explicitWidth.
>
>Where would I store the columnWidth once it's attained? Since the parents
>of the child are also reused, if I stored them in the parent renderer then
>those values might not be right for the next time they are reused. Lol.
>What a mess! :)

IMO, storing the values is a caching problem.  You will have to know when
to invalidate the values in the cache.

Let's go back to the renderer.  Can you post the renderer code?  Maybe it
will be easy to see why the measurements get sticky.

-Alex

Reply via email to