Just uploaded one WPF custom control: The resizeable splitter…
What does it do?
- It divides a control into two parts separated by a splitter
- The splitter is draggable and the controls within are resized according position of the splitter
- The splitter can be horizontal (Top/Down separation) or vertical (Left/Right separation)
- The splitter can have a color… Yeahaa….
Usage:
The XAML at the container looks like the following:
The result looks like the window:
Where can I get the source code?
As always… GitHub with MIT License.