Hi, I am using a canvas to add some UIElements to it(The canvas represents a report page).Every time I create a new page and add some controls to it the memory grows.I tried to call the GG.Collect method but it doesn't free the memory.
My context is the following :I have a XpsDocumentWriter in which I put pages(every page is a canvas).
Cant you do this on one canvas, and draw rectangles for each page? It is hardly supprising that more controls increases the memory usage, with all the handles each control has.Kenneth
Cant you do this on one canvas, and draw rectangles for each page? It is hardly supprising that more controls increases the memory usage, with all the handles each control has.Kenneth