[mono-android] How to create a custom control and populate a ListView with it?
Jonathan Pryor
jonp at xamarin.com
Tue Jun 26 16:37:45 UTC 2012
On Jun 19, 2012, at 9:45 PM, JPSavard wrote:
> when trying to port my custom usercontrol, that inherit from the UserControl class, i can't seem to figure out how to do it.
You inherit from Android.Views.View.
> Could someone give me a small example?
https://github.com/xamarin/monodroid-samples/blob/master/ApiDemo/OS/Sensors.cs#L76
- Jon
More information about the Monodroid
mailing list