Silverlight: Show / Hide User Controls
My silverlight app takes the user through some sort of master process, so I created a separate custom control for each screen in the master. Then, in my main user control (RootVisual app) I just show / hide each user control when needed. This means every custom control is created at once, is it possible to have only one control loaded and visible at a time?
+1
source to share