WPF › Extended Scroll Viewer
Extended Scroll Viewer
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WPF
A highly customisable ScrollViewer .NET Control for WPF
2public types
40public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.ExtendedScrollViewer.dll |
| Root namespace | Binarymission.WPF.Controls.Scrollers |
| 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.Scrollers;assembly=Binarymission.WPF.Controls.ExtendedScrollViewer">
<bm:ExtendedScrollViewer />
</Window>
API reference
Binarymission.WPF.Controls.Scrollers
class ExtendedScrollViewer | An advanced control class that provides extended Scrollviewer features that can be heavily customised easily. |
class OverlaySetupConverter | Turns the overlay flag into a span: two cells when the scroll bars are drawn on top of the content, one when they take a track of their own beside it. |