Table of Contents

Method IncVerticalLayoutOffset

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IncVerticalLayoutOffset(double, double, bool)

Increases the vertical layout offset by the specified value.

public virtual void IncVerticalLayoutOffset(double value, double minValue = 0, bool updateScrollBar = true)

Parameters

value double

The value to increase the vertical layout offset by.

minValue double

The minimum value for the vertical layout offset.

updateScrollBar bool

Indicates whether to update the scroll bar position.