Property itemHeight
itemHeight
The height of a single item in the list, in pixels.
Declaration
public int itemHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
GridView requires that all visual elements have the same height so that it can calculate the scroller size.
This property must be set for the list view to function.