Table of Contents

Method IncVerticalLayoutOffset

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

IncVerticalLayoutOffset(float, float, bool)

Increases the vertical layout offset by the specified value.

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

Parameters

value float

The value to increase the vertical layout offset by.

minValue float

The minimum value for the vertical layout offset.

updateScrollBar bool

Indicates whether to update the scroll bar position.