HypernovaDesktop Components · docs
Binarymission
WPF › Smart Navigator

Smart Navigator

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

A highly customisable Navigation .NET Control for WPF

13public types
183public members
1namespaces

Assembly

AssemblyBinarymission.WPF.Controls.ListControls.BinarySmartNavigator.dll
Root namespaceBinarymission.WPF.Controls.ListControls
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.ListControls;assembly=Binarymission.WPF.Controls.ListControls.BinarySmartNavigator"&gt;

    <bm:BinarySmartNavigator />

</Window>

API reference

Binarymission.WPF.Controls.ListControls

class BinarySmartListBoxA custom ListBox class that provides a customized and enhanced items navigation experience.
enum ControlItemAnimationTypeLists the supported Tab item animation types.
enum NavigationOrientationIsLists the supported navigation orientations.
class BinarySmartListBoxItemA custom ListBoxItem class implementation, to provide for more enhanced user experience.
class BinarySmartListResourcesA resource helper class that gets the ComponentResourceKey for a given resource object.
class BinarySmartNavigatorA custom TabControl class that provides a customized and enhanced tab items navigation experience.
enum ControlItemAnimationTypeLists the supported Tab item animation types.
enum NavigationOrientationIsLists the supported navigation orientations.
class BinarySmartNavigatorButtonA customised Button control used inside teh control.
class BinarySmartNavigatorItemA customised TabItem class.
class BinarySmartNavigatorListBoxButtonA custom Button class used inside the control.
class PathToImageSourceConverterTurns a relative image path in a binding into an image source the navigator can show.
class SolidColorBrushToColorConverterA helper / converter class that helps in getting the Color value for a given SolidBrushColor instance.