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
| Assembly | Binarymission.WPF.Controls.BinaryTreeListView.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.BinaryTreeListView">
<bm:BinaryTreeListView />
</Window>
API reference
Binarymission.WPF.Controls.TreeControls
class BinaryCheckBox | A custom CheckBox control class that provides an enhanced user experience. |
class BinaryTreeListView | A custom TreeView derived class that renders and manages its data in several columns, each column's row being rendered in an hierarchical manner. |
class BinaryTreeListViewItem | A custom TreeViewItem derived class to support enhanced treelistview rendering. |
Binarymission.WPF.Controls.TreeControls.Converters
class BinaryTreeListConnectingLineConverter | Class BinaryTreeListConnectingLineConverter. This class cannot be inherited. |
class BinaryTreeListConnectingRootLineConverter | Class BinaryTreeListConnectingRootLineConverter. This class cannot be inherited. |
class PathToImageSourceConverter | A 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. |