HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bars › IScrollerPanel

IScrollerPanel

interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ScrollBars

What a scrollable panel exposes to the scroll bars docked inside it: a notification that the panel has changed, and the color to paint the corner square where a horizontal and a vertical scroll bar meet.

public interface IScrollerPanel

Members at a glance

ScrollBarsOpaqueCornerColorThe color painted in the corner square where a horizontal and a vertical scroll bar meet.
ScrollerPanelUpdatedRaised when the panel changes in a way its scroll bars need to know about.

Properties

ScrollBarsOpaqueCornerColor

Color ScrollBarsOpaqueCornerColor

The color painted in the corner square where a horizontal and a vertical scroll bar meet.

Events

ScrollerPanelUpdated

event EventHandler<ScrollerPanelEventArgs> ScrollerPanelUpdated

Raised when the panel changes in a way its scroll bars need to know about.