I started working with Unity and am looking at possibly switching over to Xamarin. Over the past few days I've been trying to get orientated in how Xamarin does things and it seems it's completely different. On the upside, it seems more like C# / MVC web design so once I get the process nailed I should be able to transition quickly...
Anyway...
I'm working with Xamarin Forms so I can do cross platform development.
One of the things I need to create is a stylized button. The button will have a (re-sized) image on the left side and text identifying the image to the right. I'm not even sure if button is the right item in Xamarin. In Unity, I created an array of stylized buttons then applied that (in a very complex way) to a scroller controll. I'm hoping the scrolling is easier in Xamarin.
I've seen references to custom controls but it seems that it may be device specific...? What would be the topic I am looking for to accomplish this task?