Type of templates are available in WPF
| Below are the three types of data templates available in WPF
Data Templates It is just visual representation of data in control with style. like List box. Control Templates it is just to supplies a visual representation of a UI Control like Button or List View.Items Panel Templates it is just to uses when we want to show data in Hierarchical way like child object use under parent object. |
|
