Class CircleListView
The CircleListView is a view that represents Xamarin.Forms.ListView on Circular UI. You can move the list through bezel action.
Inheritance
System.Object
CircleListView
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class CircleListView : ListView, IRotaryFocusable, ICircleSurfaceConsumer
Fields
BarColorProperty
BindableProperty. Identifies color of the scroll bar.
Declaration
public static readonly BindableProperty BarColorProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
CancelEffectProperty
BindableProperty. Identifies the Header, Footer cancel the Fish Eye Effect or not.
Declaration
public static readonly BindableProperty CancelEffectProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
BarColor
Gets or sets a scroll bar color value.
Declaration
public Color BarColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
CircleSurfaceProvider
Gets or sets a CircleSurfaceProvider.
Declaration
public ICircleSurfaceProvider CircleSurfaceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| ICircleSurfaceProvider |
Methods
GetCancelEffect(BindableObject)
Gets the Header, Footer cancel the Fish Eye Effect or not.
Declaration
public static bool GetCancelEffect(BindableObject view)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | view |
Returns
| Type | Description |
|---|---|
| System.Boolean |
SetCancelEffect(BindableObject, Boolean)
Sets the Header, Footer cancel the Fish Eye Effect or not.
Declaration
public static void SetCancelEffect(BindableObject view, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | view | |
| System.Boolean | value |
Events
ItemFocused
Event that is raised when a new item is long pressed.
Declaration
public event EventHandler<ItemFocusedEventArgs> ItemFocused
Event Type
| Type | Description |
|---|---|
| System.EventHandler<ItemFocusedEventArgs> |
ItemLongPressed
Event that is raised when a new item is long pressed.
Declaration
public event EventHandler<ItemLongPressedEventArgs> ItemLongPressed
Event Type
| Type | Description |
|---|---|
| System.EventHandler<ItemLongPressedEventArgs> |