WPF › Organisation Tree View
Organisation Tree View
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WPF
A custom Organization Chart/Tree .NET Control for WPF
3public types
32public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.TreeControls.OrganizedTreeView.dll |
| Root namespace | Binarymission.WPF.Controls.TreeControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.TreeControls;assembly=Binarymission.WPF.Controls.TreeControls.OrganizedTreeView">
<bm:OrganizedTree />
</Window>
API reference
Binarymission.WPF.Controls.TreeControls
class OrganizedTree | A custom control that renders a hierarchical tree of data/relationships - typically the parent - child relationship visualization. |
class OrganizedTreeNode | A custom class that represents a Node. |
enum TreeLayoutDirection | The supported tree layout directions. |