Table of Contents

Class ScrollViewWithSlider

Namespace
Lime
Assembly
Lime.dll
public class ScrollViewWithSlider : ScrollView
Inheritance
ScrollViewWithSlider
Derived
Inherited Members

Constructors

ScrollViewWithSlider(Frame, Widget, ScrollDirection, bool)

public ScrollViewWithSlider(Frame frame, Widget slider = null, ScrollDirection scrollDirection = ScrollDirection.Vertical, bool processChildrenFirst = false)

Parameters

frame Frame
slider Widget
scrollDirection ScrollDirection
processChildrenFirst bool

Fields

SliderIsDragging

public bool SliderIsDragging

Field Value

bool

Properties

ScrollDirection

public override ScrollDirection ScrollDirection { get; set; }

Property Value

ScrollDirection

Methods

ForceShowSlider(float)

public void ForceShowSlider(float time = 1)

Parameters

time float