HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WPF.Controls.TreeControls.OrganizedTreeView.dll
Root namespaceBinarymission.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"&gt;

    <bm:OrganizedTree />

</Window>

API reference

Binarymission.WPF.Controls.TreeControls

class OrganizedTreeA custom control that renders a hierarchical tree of data/relationships - typically the parent - child relationship visualization.
class OrganizedTreeNodeA custom class that represents a Node.
enum TreeLayoutDirectionThe supported tree layout directions.