How to position a button using X and Y coordinates in xamarin forms?

13,300

Try Absolute layout

https://developer.xamarin.com/guides/xamarin-forms/user-interface/layouts/absolute-layout/

Another option is create view renderer which implement this funcionality in native part.

Share:
13,300

Related videos on Youtube

BlackHat
Author by

BlackHat

Updated on July 05, 2022

Comments

  • BlackHat
    BlackHat about 2 years

    I want to position a button at place having certain pixels distance from left and top. I have the exact position in pixels of where to place the button. But, how can I do so?