Try using a ViewGroup to wrap your child views: http://docs.xamarin.com/android/tutorials/User_Interface/linear_layout or http://docs.xamarin.com/android/tutorials/User_Interface/relative_layout
If you want to build your view dynamically, you can do something like this: https://gist.github.com/3788834 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Button-Left-tp5711964p5711973.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
