WinForms › Scrollable Panel
Scrollable Panel
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable custom ScrollBars enabled Panel .NET Control for WinForms
2public types
30public members
2namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.ScrollerPanel.dll |
| Root namespace | Binarymission.WinForms.Controls.Containers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | BinaryMenu, BinaryScrollBars |
Getting started
using Binarymission.WinForms.Controls.Containers;
// Designer: build the solution once, then drag ScrollerPanel from the Toolbox onto a form.
// In code:
var scrollerPanel = new ScrollerPanel
{
Dock = DockStyle.Fill,
};
this.Controls.Add(scrollerPanel);
API reference
Binarymission.WinForms.Controls.Containers
class ScrollerPanel | A custom Panel control acts like a stock .NET Panel control, and additionally provides many features including being able to customize various user-interface aspects of the scrollbars in the control. |
Binarymission.WinForms.Controls.Containers.Designers
class ScrollablePanelControlDesigner | Design-time support for the scrollable panel: it fixes the selection handles the designer offers and draws a hint on the empty surface. |