Table of Contents

Method IncHorizontalLayoutOffset

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

IncHorizontalLayoutOffset(double, double, bool)

Increases the horizontal layout offset by the specified value.

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

Parameters

value double

The value to increase the horizontal layout offset by.

minValue double

The minimum value for the horizontal layout offset.

updateScrollBar bool

Indicates whether to update the scroll bar position.