HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bars › ScrollerPanelEventArgs

ScrollerPanelEventArgs

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

What a scroller panel tells its scroll bars when it changes: whether they should draw their extended chrome, and the combined size the scroll controls have to fit in.

public sealed class ScrollerPanelEventArgs : EventArgs

Inherits from / implements: EventArgs

Members at a glance

ScrollControlsCompositeSizeMetadataThe combined size the scroll controls have to fit into, counting both bars and the corner square between them.
ShouldProvideExtendedRenderingArtefactsWhether the scroll bars should draw their extended chrome rather than the plain form.

Properties

ScrollControlsCompositeSizeMetadata

public Size ScrollControlsCompositeSizeMetadata

The combined size the scroll controls have to fit into, counting both bars and the corner square between them.

ShouldProvideExtendedRenderingArtefacts

public bool ShouldProvideExtendedRenderingArtefacts

Whether the scroll bars should draw their extended chrome rather than the plain form.