Creating window templates in WPF-XAML
I am learning the basics of XAML to develop a data-based application. Many forms (windows) will have the same structure (say, a header, a side left panel, a central body and a footer. How have I to develop every single window without rewriting the same XAML piece of code? I have seen Control Templates,.. but not "Window" templates, but I am certain it is a method to avoid retyping everything.
thanks
|