HypernovaDesktop Components · docs
Binarymission
WPF › Tree List View

Tree List View

.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WPF

A highly customisable TreeListVIew .NET Control for WPF

6public types
80public members
2namespaces

Assembly

AssemblyBinarymission.WPF.Controls.BinaryTreeListView.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.BinaryTreeListView"&gt;

    <bm:BinaryTreeListView />

</Window>

API reference

Binarymission.WPF.Controls.TreeControls

class BinaryCheckBoxA custom CheckBox control class that provides an enhanced user experience.
class BinaryTreeListViewA custom TreeView derived class that renders and manages its data in several columns, each column's row being rendered in an hierarchical manner.
class BinaryTreeListViewItemA custom TreeViewItem derived class to support enhanced treelistview rendering.

Binarymission.WPF.Controls.TreeControls.Converters

class BinaryTreeListConnectingLineConverterClass BinaryTreeListConnectingLineConverter. This class cannot be inherited.
class BinaryTreeListConnectingRootLineConverterClass BinaryTreeListConnectingRootLineConverter. This class cannot be inherited.
class PathToImageSourceConverterA custom converter class that will convert a given simple Image url to a BitmapImage so that the return value can be bound as an ImageSource.