Hi,
I used to do custom cells by adding controls through "createChildElements" methods, but it was really slow when having multiple columns and row displayed.
So I tried to use graphics only and I did everything in "PaintContent" methods. This is way faster, very smooth, but I sometimes have an error (very randomly) on bounds object (of radshaped form) being lock by another thread.
I wanted to know if this workaround for painting cells approved or not?
If not what/where would you recommand to do this?
Thanks in advance!
Simon