Table of Contents

Class ThemedScrollView

Namespace
Lime
Assembly
Lime.dll
public class ThemedScrollView : Frame, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable, IImageCombinerArg
Inheritance
ThemedScrollView
Implements
Derived
Inherited Members
Extension Methods

Constructors

ThemedScrollView(ScrollDirection)

public ThemedScrollView(ScrollDirection scrollDirection = ScrollDirection.Vertical)

Parameters

scrollDirection ScrollDirection

Properties

Behavior

public ScrollView Behavior { get; set; }

Property Value

ScrollView

Content

public Widget Content { get; }

Property Value

Widget

Direction

public ScrollDirection Direction { get; set; }

Property Value

ScrollDirection

MaxScrollPosition

public float MaxScrollPosition { get; }

Property Value

float

MinScrollPosition

public float MinScrollPosition { get; }

Property Value

float

ScrollPosition

public float ScrollPosition { get; set; }

Property Value

float

Methods

IsNotDecorated()

public override bool IsNotDecorated()

Returns

bool