Hi,
How can I remove an added splitpanel from the splitcontainer, I know that collapsing a split panel doesn't remove it but I want to dispose the desired split panel like closing a form,In my program I add a container inside a new splitpanel and after manipulating and saving its data I want to close and dispose it to free memory.
Thanks
I Solved my problem
Thanks
How can I remove an added splitpanel from the splitcontainer, I know that collapsing a split panel doesn't remove it but I want to dispose the desired split panel like closing a form,In my program I add a container inside a new splitpanel and after manipulating and saving its data I want to close and dispose it to free memory.
Thanks
I Solved my problem
Thanks
radSpContMain.SplitPanels[2].Dispose();