私はandroid.support.v4.widget.NestedScrollViewを使用する必要があるAndroid Xamarinプロジェクトに取り組んでいます。私は膨らませているビューを持っていますLayoutInflator.Inflate
が、返された型はFrameLayout
ではなく型です。つまり、正しい型にキャストして のようなメソッドAndroid.Support.V4.Widget.NestedScrollView
にアクセスすることはできません。ScrollView
SmoothScrollTo
ToString
膨張したビューは、android.support.v4.widget.NestedScrollView{27428a48 VFED.... .......D 1080,0-2160,1551}
あるレベルで正しいビューが作成されていることを知っています。
私は何か間違ったことをしていますか?これは Xamarin のバグでしょうか?
要求されたビュー XML のスニペット:
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
..snip..
</android.support.v4.widget.NestedScrollView>
インフレーション コードを表示:
view = (Android.Support.V4.Widget.NestedScrollView)mLayoutInflator.Inflate(Resource.Layout.view_registrationstep2, null);//InvalidCastException