Hi There!
I'm still trying to wrap my head around the WPF coding model so here's another newbie question:
I have the Sample Browser project up -- it compiles fine and I've been tweaking some of the XML to observe the responses. In particular, when I have the MainControl.xaml for the Sidebar example in the designer, I try to drag over a control (e.g. a button or textbox) from the toolbar and nothing seems to happen. The design screen dims a bit when I release the control on the wizard page, but when the screen returns to normal I don't see the control.
I have another start-from-scratch project where the Wizard is placed on a default Window which is created when the project is initiated. On that project, I seem to be able to add controls at will to various wizard pages.
Obviously, I'm missing something basic here and I would be grateful if someone could steer me in the right direction.
Best
Harry
P.S. From the Sample Browser project, it appears that one might be able to create a wizard application WITHOUT an underlying main window. Is that true and what are the implications with or without the main window.
I'm still trying to wrap my head around the WPF coding model so here's another newbie question:
I have the Sample Browser project up -- it compiles fine and I've been tweaking some of the XML to observe the responses. In particular, when I have the MainControl.xaml for the Sidebar example in the designer, I try to drag over a control (e.g. a button or textbox) from the toolbar and nothing seems to happen. The design screen dims a bit when I release the control on the wizard page, but when the screen returns to normal I don't see the control.
I have another start-from-scratch project where the Wizard is placed on a default Window which is created when the project is initiated. On that project, I seem to be able to add controls at will to various wizard pages.
Obviously, I'm missing something basic here and I would be grateful if someone could steer me in the right direction.
Best
Harry
P.S. From the Sample Browser project, it appears that one might be able to create a wizard application WITHOUT an underlying main window. Is that true and what are the implications with or without the main window.