GridView.CrossAxis
CrossAxis
The non-scrolling axis along which GridSlice's will position items.
Declaration
public Axis CrossAxis { get; set; }
Examples
If the PrimaryAxis is set to Y, the CrossAxis is commonly set to X.
The non-scrolling axis along which GridSlice's will position items.
public Axis CrossAxis { get; set; }
If the PrimaryAxis is set to Y, the CrossAxis is commonly set to X.