Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Base class for derived Scrollable that contains actors that can be scrolled manually
(via touch) or automatically.
[Obsolete("This has been deprecated in API12")]
public class Scrollable : View, INotifyPropertyChanged, IDisposable
- Inheritance
-
object
Tizen.NUI.Binding.Element
Scrollable
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
Declaration
[Obsolete("This has been deprecated in API12")]
public Scrollable()
Properties
View Source
Gets and Sets CanScrollHorizontal property.
Declaration
[Obsolete("This has been deprecated in API12")]
public bool CanScrollHorizontal { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public bool CanScrollVertical { get; set; }
Property Value
View Source
Sets and Gets the speed of overshoot animation in pixels per second.
Declaration
[Obsolete("This has been deprecated in API12")]
public float OvershootAnimationSpeed { get; set; }
Property Value
View Source
Sets and Gets the color of the overshoot effect.
Declaration
[Obsolete("This has been deprecated in API12")]
public Vector4 OvershootEffectColor { get; set; }
Property Value
View Source
Checks if scroll overshoot has been enabled or not.
Declaration
[Obsolete("This has been deprecated in API12")]
public bool OvershootEnabled { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public Vector2 OvershootSize { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public Vector2 ScrollPositionMax { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public Vector2 ScrollPositionMin { get; set; }
Property Value
View Source
Gets and Sets ScrollRelativePosition property.
Declaration
[Obsolete("This has been deprecated in API12")]
public Vector2 ScrollRelativePosition { get; set; }
Property Value
View Source
Gets and Sets ScrollToAlphaFunction property.
Declaration
[Obsolete("This has been deprecated in API12")]
public int ScrollToAlphaFunction { get; set; }
Property Value
Methods
View Source
you can override it to clean-up your own resources.
Declaration
[Obsolete("This has been deprecated in API12")]
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Events
View Source
The ScrollCompleted event emitted when the Scrollable has completed movement
(whether by touch or animation).
Declaration
[Obsolete("This has been deprecated in API12")]
public event DaliEventHandler<object, Scrollable.CompletedEventArgs> ScrollCompleted
Event Type
View Source
The ScrollStarted event emitted when the Scrollable has moved (whether by touch or animation).
Declaration
[Obsolete("This has been deprecated in API12")]
public event DaliEventHandler<object, Scrollable.StartedEventArgs> ScrollStarted
Event Type
View Source
The ScrollUpdated event emitted when the Scrollable has moved (whether by touch or animation).
Declaration
[Obsolete("This has been deprecated in API12")]
public event DaliEventHandler<object, Scrollable.UpdatedEventArgs> ScrollUpdated
Event Type
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable