انجمن سایت کلیدستان


رتبه موضوع:
  • 0 رای - 0 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
اسکرول بار ListView (برنامه نویسی اندروید)

اسکرول بار ListView (برنامه نویسی اندروید)

#7
برای رفع این مشکل من لیست ویو داخل
HorizontalScrollView
قرار دادم مشکل حل شد!



به این صورت
کد:
           <HorizontalScrollView
               android:layout_width="match_parent"
               android:layout_height="match_parent"
               android:id="@+id/horizontalScrollView"
               android:fillViewport="true">

               <ListView
                   android:layout_width="match_parent"
                   android:layout_height="match_parent"
                   android:id="@+id/listview"
                   android:fastScrollAlwaysVisible="true"
                   android:nestedScrollingEnabled="true" />
           </HorizontalScrollView>
پاسخ
 سپاس شده توسط شماره مجازی امارات ، تلگرام ضد فیلتر 2023


پیام‌های این موضوع
اسکرول بار ListView (برنامه نویسی اندروید) - توسط aleas - ۱۳۹۵/۰۵/۱۵, ۱۰:۲۴ ب.ظ
RE: اسکرول بار listview - توسط aleas - ۱۳۹۵/۰۵/۱۸, ۰۱:۰۱ ب.ظ
RE: اسکرول بار listview - توسط admin - ۱۳۹۵/۰۵/۱۸, ۰۶:۱۴ ب.ظ
RE: اسکرول بار ListView (برنامه نویسی اندروید) - توسط aleas - ۱۳۹۵/۰۵/۲۶, ۰۵:۰۵ ب.ظ

پرش به انجمن:


کاربران در حال بازدید این موضوع: 1 مهمان