-
가로 스크롤 뷰 만들기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 조절로는 가로 스크롤이 되지 않는다.
'Xamarin' 카테고리의 다른 글
레이아웃에서 뷰 삭제 (0) 2016.06.09 파일 쓰기 방법 (0) 2016.06.09 ScrollView 맨 밑으로 내리기 (0) 2016.06.09 Layout에 컨트롤(View) 동적으로 추가하기 (0) 2016.06.09 Resource Color를 Android.Color 로 변환하기 (0) 2016.06.08