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
Hi
I used Visual Material in Xamarin Forms but there's no way to add padding to this control to make a cohesive UI.
How I can add some padding, I used a CustomRenderer but on iOS seems imposible to add a padding.
Platform : iOS
Xamarin Forms with Visual Material
The text was updated successfully, but these errors were encountered:
@ErnestoPaz I'm by no means an expert on iOS UI layout and how to control these. However since the InputTextField and SelectionList controls are exposed by the iOS renderer, I don't see why you can't control their layout with a custom renderer?
Also I'm not even sure where you're looking to add padding (the text field or the selection list, both or something else). A mock-up picture that describes what you'd like to see would be helpful
Hello there! I noticed that It is an old post... just in case if It could useful for anyone looking for this or similar, I leave a snippet of my non-fancy code from my custom renderer (if anyone could improve this, please let me know. I'm always looking for better ways to improve my coding).
Hi
I used Visual Material in Xamarin Forms but there's no way to add padding to this control to make a cohesive UI.
How I can add some padding, I used a CustomRenderer but on iOS seems imposible to add a padding.
Platform : iOS
Xamarin Forms with Visual Material
The text was updated successfully, but these errors were encountered: