Created
March 20, 2013 02:15
-
-
Save jonpryor/5201795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To allow this project to build: https://dl.dropbox.com/u/15227809/Xamarin/HZLVBinding.zip | |
// Add a new file to the HZLVBinding project with these contents: | |
using Android.Runtime; | |
namespace Com.Devsmart.Android.UI { | |
partial class HorizontalListView { | |
protected override Java.Lang.Object RawAdapter { | |
get {return Adapter.JavaCast<Java.Lang.Object>();} | |
set {Adapter = value.JavaCast<global::Android.Widget.IListAdapter>();} | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment