Table of Contents

Method IncHorizontalLayoutOffset

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

IncHorizontalLayoutOffset(float, float, bool)

Increases the horizontal layout offset by the specified value.

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

Parameters

value float

The value to increase the horizontal layout offset by.

minValue float

The minimum value for the horizontal layout offset.

updateScrollBar bool

Indicates whether to update the scroll bar position.