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
Content
public Widget Content { get; }
Property Value
Direction
public ScrollDirection Direction { get; set; }
Property Value
MaxScrollPosition
public float MaxScrollPosition { get; }
Property Value
MinScrollPosition
public float MinScrollPosition { get; }
Property Value
ScrollPosition
public float ScrollPosition { get; set; }
Property Value
Methods
IsNotDecorated()
public override bool IsNotDecorated()