HypernovaDesktop Components · docs
Binarymission
WPF › WPF Control Resources

WPF Control Resources

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

A suite of custom Binarymission Controls used in Binarymission Controls for WPF

2public types
4public members
1namespaces

Assembly

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

    <bm:ExtendedSelectionAwareListBox />

</Window>

API reference

Binarymission.WPF.Internal.Controls.ExtendedControls

class ExtendedSelectionAwareListBoxA list box whose item containers are selection aware, so an item can react to being selected without the list box driving it.
class ExtendedSelectionAwareListBoxItemA list box item that ignores the pointer entering it and releases the parent selector's mouse capture when it is clicked, which is what lets an item hosted in a drop-down be clicked through without the list swallowing the click.