Tools and helpers for WPF projects The project contains a library of useful WPF tools and helpers.
The ContentAdorner allows setting up any Data Template, binding it to a real data, and displaying it as Adorner attached to any control you want. In most cases it's used like combination of Behavior and Adorner. That particular project solves the task how to limited line's length and number of lines for any multiline text TextBox and its descendants.