You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any option to expand the cameraview to its parent?
I don´t know why it is showing both empty areas in the left and right, i don´t have any margin, padding or layout to make it centered. The green color I setted it with
I noticed that MauiCameraView is extended from GridLayout, maybe this is the secret which causes this behaviour. But I guess this could be a bug. What do you think about it?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Well, In my case it´s wrapped inside a bunch of stacklayout with VerticalOptions="FillAndExpand", HorizontalOptions="FillAndExpand" and finally with a Frame (I tried with a Border but it´s not presented any preview).
Hi Janusw,
Is there any option to expand the cameraview to its parent?
I don´t know why it is showing both empty areas in the left and right, i don´t have any margin, padding or layout to make it centered. The green color I setted it with
I noticed that MauiCameraView is extended from GridLayout, maybe this is the secret which causes this behaviour. But I guess this could be a bug. What do you think about it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: