Hi,

I am trying to do this:

I am creating 10 graphics items and placing it in graphics view.
Problem is that each time a item is added its getting a paint call which results in whole screen refresh,which would mean like 10 times for 10 items added.Is there any way I could do such that I could control those paint calls to those items so that I can add all those items to screen and in one paint call draw there content