Sandbox Logo

VirtualScrollPanel.OnCreateCell

System.Action<Panel, System.Object> OnCreateCell { get; set; }

Description

Create a new panel. You should add a child to the passed panel (which is the cell).

Return

User Comments