WinForms › Scrollable Picture
Scrollable Picture
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WinForms
A highly customisable custom ScrollBars enabled Picture Viewer .NET Control for WinForms
2public types
22public members
2namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.ScrollablePicture.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 ScrollablePicture from the Toolbox onto a form.
// In code:
var scrollablePicture = new ScrollablePicture
{
Dock = DockStyle.Fill,
};
this.Controls.Add(scrollablePicture);
API reference
Binarymission.WinForms.Controls.Containers
class ScrollablePicture | A custom picture box control acts like a stock .NET PictureBox 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.Scrollers.Designers
class ScrollablePictureControlDesigner | Design-time support for the scrollable picture control, tracking selection and component changes so the designer surface stays in step with the control. |