September 2012
Intermediate to advanced
464 pages
10h 55m
English
In this chapter we will cover the following:
WPF provides several ways to customize elements, from simple property changes, through content changes of content controls with data templates, up to using an entirely new control template.
All these options change the way an element appears, but its functionality is unchanged. If a new functionality is desired, a custom element is needed.
In this chapter, we'll take a look at a number of ways of creating custom elements and controls. Some are simple, but ...