ListView.SetupContent(Cell, Int32) Method

Definition

protected:
 override void SetupContent(Microsoft::Maui::Controls::Cell ^ content, int index);
protected override void SetupContent (Microsoft.Maui.Controls.Cell content, int index);
override this.SetupContent : Microsoft.Maui.Controls.Cell * int -> unit
Protected Overrides Sub SetupContent (content As Cell, index As Integer)

Parameters

content
Cell
index
Int32

Applies to