How can I dynamically move an object like a button or image in Xamarin forms? Currently, I've got a relative layout, and when an event occurs, I remove the objects from the layout and then add them back to the layout using the same Children.Add(). I don't want to keep doing that but can't figure out another way to dynamically move objects.
↧