ListView.SetupContent(Cell, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application developers override this method to register event handlers for list view items.
protected override void SetupContent (Xamarin.Forms.Cell content, int index);
override this.SetupContent : Xamarin.Forms.Cell * int -> unit
Parameters
- content
- Cell
The cell to set up.
- index
- System.Int32
The index of the cell in the list of items.
Remarks
Application developers must call SetupContent(Cell, Int32) before performing any other action when overriding this method.