Answer the question
In order to leave comments, you need to log in
How to release Control's resources without calling the constructor?
When Dispose() is called, the Control'a constructor is called. Can this be fixed, and if so, how.
Answer the question
In order to leave comments, you need to log in
1) Control = null;
2) grid1.Children.Remove(Control);
3) //if WPF Control.Visibility = Visibility.Hidden;
//if WindowsFormControl.Visible = false;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question