c# - Unloading a UserControl -
c# - Unloading a UserControl -
there must simple way of unloading usercontrol display without using visibilty, in theory it's not unloaded.
what solutions there?
you can utilize usercontrol.dispose()
documented here: http://msdn.microsoft.com/en-us/library/3cc9y48w.aspx
c# wpf
Comments
Post a Comment