Hi all,
I have a thing I am not sure if it is a problem but its weird to me and I don't understand it. So if anyone has any idea or explanation I would appreciate if you told me.
I have a application with a tabcontrol. I dynamically open new tabs on which there is a custom control which is made of a graph and a datagridview with data. I fill this from a csv file. when I open few tabs like this my application memory goes over 120 MB. When I remove the tab I call the dispose on the custom control and a dispose for the tab. But the memory stays where it was (120+MB). It goes down only if I minimize the program. And when I show it again its around 10MB.
Is this normal or am I disposing wrong?
Thanks for any help!
Greg
I have a thing I am not sure if it is a problem but its weird to me and I don't understand it. So if anyone has any idea or explanation I would appreciate if you told me.
I have a application with a tabcontrol. I dynamically open new tabs on which there is a custom control which is made of a graph and a datagridview with data. I fill this from a csv file. when I open few tabs like this my application memory goes over 120 MB. When I remove the tab I call the dispose on the custom control and a dispose for the tab. But the memory stays where it was (120+MB). It goes down only if I minimize the program. And when I show it again its around 10MB.
Is this normal or am I disposing wrong?
Thanks for any help!
Greg