C# Class DLToolkit.Forms.Controls.FlowScrollCell

FlowListView scroll cell.
Inheritance: Xamarin.Forms.ScrollView, IFlowViewCell
Afficher le fichier Open project: daniel-luberda/DLToolkit.Forms.Controls

Méthodes publiques

Méthode Description
FlowScrollCell ( ) : System

Initializes a new instance of the DLToolkit.Forms.Controls.FlowScrollCell class.

OnTapped ( ) : void

Raised when cell is tapped.

Method Details

FlowScrollCell() public méthode

Initializes a new instance of the DLToolkit.Forms.Controls.FlowScrollCell class.
public FlowScrollCell ( ) : System
Résultat System

OnTapped() public méthode

Raised when cell is tapped.
public OnTapped ( ) : void
Résultat void