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
| Assembly | Binarymission.WPF.Controls.ListControls.BinarySmartNavigator.dll |
| Root namespace | Binarymission.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">
<bm:BinarySmartNavigator />
</Window>
API reference
Binarymission.WPF.Controls.ListControls
class BinarySmartListBox | A custom ListBox class that provides a customized and enhanced items navigation experience. |
enum ControlItemAnimationType | Lists the supported Tab item animation types. |
enum NavigationOrientationIs | Lists the supported navigation orientations. |
class BinarySmartListBoxItem | A custom ListBoxItem class implementation, to provide for more enhanced user experience. |
class BinarySmartListResources | A resource helper class that gets the ComponentResourceKey for a given resource object. |
class BinarySmartNavigator | A custom TabControl class that provides a customized and enhanced tab items navigation experience. |
enum ControlItemAnimationType | Lists the supported Tab item animation types. |
enum NavigationOrientationIs | Lists the supported navigation orientations. |
class BinarySmartNavigatorButton | A customised Button control used inside teh control. |
class BinarySmartNavigatorItem | A customised TabItem class. |
class BinarySmartNavigatorListBoxButton | A custom Button class used inside the control. |
class PathToImageSourceConverter | Turns a relative image path in a binding into an image source the navigator can show. |
class SolidColorBrushToColorConverter | A helper / converter class that helps in getting the Color value for a given SolidBrushColor instance. |