Xamarin

가로 스크롤 뷰 만들기

사상의지평선 2016. 6. 9. 19:32

1. xml 에서 생성시


<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"

android:id="@+id/HScrollView"

android:layout_width="match_parent"

android:layout_height="match_parent"

>


(중략)


</HorizontalScrollView>


그냥 ScrollView를 사용하고 내부 orientation 조절로는 가로 스크롤이 되지 않는다.