Hello,
i have CustomListview filled with ~100 items
each item has 1 label , 5 Image views (32pxl) and 1 panel
its ok to add the 100 items once but the list has to be updated frequently so i get some lag on the old devices while updating the list
the question is
it will be much faster to draw canvas on each Item's panel without using any controls or just slightly improvement which not worth the big code modifications ?
thanks
i have CustomListview filled with ~100 items
each item has 1 label , 5 Image views (32pxl) and 1 panel
its ok to add the 100 items once but the list has to be updated frequently so i get some lag on the old devices while updating the list
the question is
it will be much faster to draw canvas on each Item's panel without using any controls or just slightly improvement which not worth the big code modifications ?
thanks