WinForms › Scroll Bar Marker
Scroll Bar Marker
.NET Framework 4.8.NET 6 / 8 / 10v3.1.0WinForms
A highly customisable custom ScrollBars enabled Marker .NET Control for WinForms
10public types
54public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.MarkerScrollBar.dll |
| Root namespace | Binarymission.WinForms.Controls.MarkerScrollBar |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | BinaryMenu, BinaryScrollBars |
Getting started
using Binarymission.WinForms.Controls.MarkerScrollBar;
// Designer: build the solution once, then drag ScrollBarMarkBase from the Toolbox onto a form.
// In code:
var scrollBarMarkBase = new ScrollBarMarkBase
{
Dock = DockStyle.Fill,
};
this.Controls.Add(scrollBarMarkBase);
API reference
Binarymission.WinForms.Controls.MarkerScrollBar
enum ImageMarkSizingMode | Lists the supported sizing modes for image as the marker. |
class MarkerHorizontalScrollBar | A custom Horizontal scrollbar control that renders markers on it. |
class MarkerVerticalScrollBar | A custom Vertical scrollbar control that renders markers on it. |
class ScrollBarImageMark | Class to host the image marker specific data. |
enum ScrollBarMarkAlignment | Lists all the supported ScrollBar Mark Alignment values. |
class ScrollBarMarkBase | Class that hosts the scrollbar marker data. |
class ScrollBarRangeMark | Class to host the range marker specific data. |
class ScrollBarShapeMark | Class that hosts the shape mark specific data. |
enum ScrollBarShapedMarkMode | Lists all the supported drawing modes for a ScrollBarShapeMark |
enum ScrollBarShapedMarkShape | Lists all the supported shapes for a ScrollBarShapeMark |