Class WearableList

    Definition

    Namespace:
    Tizen.NUI.Wearable
    Assembly:
    Tizen.NUI.Wearable.dll

    [Draft] This class provides a list view styled by wearable ux. List will lay out all items with Fish-Eye layout manager.

    public class WearableList : RecyclerView, IDynamicResourceHandler, INameScope, System.IDisposable, IResourcesProvider
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Control
    ScrollableBase
    RecyclerView
    WearableList
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Constructors

    View Source

    WearableList()

    Default constructor.

    Declaration
    public WearableList()

    Properties

    View Source

    Adapter

    Declaration
    public RecycleAdapter Adapter { get; set; }
    Property Value
    Type Description
    RecycleAdapter

    Methods

    View Source

    OnPreReachedTargetPosition(float)

    This helps developer who wants to know before scroll is reaching target position.

    Declaration
    protected override void OnPreReachedTargetPosition(float targetPosition)
    Parameters
    Type Name Description
    float targetPosition

    Index of item.

    Overrides
    ScrollableBase.OnPreReachedTargetPosition(float)
    View Source

    SetFocus(int, bool)

    Set focus to item which has specific data index.

    Declaration
    public void SetFocus(int dataIndex, bool animated)
    Parameters
    Type Name Description
    int dataIndex

    Data index of item.

    bool animated

    If set true, scroll to item using animation.

    View Source

    SetScrollbar()

    The composition of a Scrollbar can vary depending on how you use ScrollableBase. Set the composition that will go into the ScrollableBase according to your ScrollableBase.

    Declaration
    protected override void SetScrollbar()
    Overrides
    ScrollableBase.SetScrollbar()

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX