Using Material Design with DialogService View results in the dialog being clipped #2881
Unanswered
MartinRobins
asked this question in
Xamarin.Forms
Replies: 1 comment
-
Not saying this is the right answer, but it seems to have worked for me... I have moved to using a Frame as the root element, and have added the following attributes...
It is no longer clipping on the top/left, and by slightly modifying the content I have stopped it clipping on the right/bottom. Would still like to know however if there is a right way to resolve this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prism.DryIoc.Forms 8.1.97
Xamarin.Forms 5.0.0.2578
Xamarin.Forms.Visual.Material 5.0.0.2578
If I enable Visual="Material" in the view being used as a dialog, the content of that dialog is then clipped when displayed...

If I user Visual="Default" (or omit the Visual= altogether) the content is displayed as expected...

Is there a simple (or not) way to overcome this? I have tried Padding and Margin on the outer elements, but it seems to make no difference. The Xaml is as follows...
TIA.
Beta Was this translation helpful? Give feedback.
All reactions