HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bars › IScrollersDockHost

IScrollersDockHost

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

Interface IScrollersDockHost.

public interface IScrollersDockHost

Remarks

Prescribes minimum behavior to be implemented by controls that would like to host the Binarymission custom winforms scrollbars dock filled into them.
This interface is expected to be implemented only by Binarymission custom controls for special behavior purposes - like Binarymission ScrollersPanel, ScrollablePicturePanel control, and many others.

Members at a glance

DockHostGets the dock host.
ShouldNotPerformDockHostHorizontalSizePaintingGets or sets a value indicating whether the control should perform careful size painting.
ShouldNotPerformDockHostVerticalSizePaintingGets or sets a value indicating whether the control should perform careful size painting.

Properties

DockHost

Control DockHost

Gets the dock host.

Value. The dock host.

ShouldNotPerformDockHostHorizontalSizePainting

bool ShouldNotPerformDockHostHorizontalSizePainting

Gets or sets a value indicating whether the control should perform careful size painting.

This feature is effective only for controls implementing IScrollerDockHost (typically Binarymission controls only.)

ShouldNotPerformDockHostVerticalSizePainting

bool ShouldNotPerformDockHostVerticalSizePainting

Gets or sets a value indicating whether the control should perform careful size painting.

This feature is effective only for controls implementing IScrollerDockHost (typically Binarymission controls only.)