Hey there,
i want to create a Grid with dynamic Columns and Rows:
this helps me.
Now in every column should be one SKCanvasView. This works but it the canvasview is not big enough. It's to small. but the grid should fill the screen.
LayoutOption is not working on Canvas View and even on the grid.
It worked when i use it with Application.Current.MainPage.Width
and divided , but i think that is the dirty way.
Can somebody help me.