• <small id='1muAl'></small><noframes id='1muAl'>

      <bdo id='1muAl'></bdo><ul id='1muAl'></ul>
  • <i id='1muAl'><tr id='1muAl'><dt id='1muAl'><q id='1muAl'><span id='1muAl'><b id='1muAl'><form id='1muAl'><ins id='1muAl'></ins><ul id='1muAl'></ul><sub id='1muAl'></sub></form><legend id='1muAl'></legend><bdo id='1muAl'><pre id='1muAl'><center id='1muAl'></center></pre></bdo></b><th id='1muAl'></th></span></q></dt></tr></i><div id='1muAl'><tfoot id='1muAl'></tfoot><dl id='1muAl'><fieldset id='1muAl'></fieldset></dl></div>
  • <legend id='1muAl'><style id='1muAl'><dir id='1muAl'><q id='1muAl'></q></dir></style></legend>
    1. <tfoot id='1muAl'></tfoot>

        我可以在 Android 的 Viewpager 中使用 Horizontal Scrollview 吗?

        时间:2023-10-04

          <tfoot id='tXxvO'></tfoot>
        1. <small id='tXxvO'></small><noframes id='tXxvO'>

            <i id='tXxvO'><tr id='tXxvO'><dt id='tXxvO'><q id='tXxvO'><span id='tXxvO'><b id='tXxvO'><form id='tXxvO'><ins id='tXxvO'></ins><ul id='tXxvO'></ul><sub id='tXxvO'></sub></form><legend id='tXxvO'></legend><bdo id='tXxvO'><pre id='tXxvO'><center id='tXxvO'></center></pre></bdo></b><th id='tXxvO'></th></span></q></dt></tr></i><div id='tXxvO'><tfoot id='tXxvO'></tfoot><dl id='tXxvO'><fieldset id='tXxvO'></fieldset></dl></div>

            • <legend id='tXxvO'><style id='tXxvO'><dir id='tXxvO'><q id='tXxvO'></q></dir></style></legend>
                  <bdo id='tXxvO'></bdo><ul id='tXxvO'></ul>
                    <tbody id='tXxvO'></tbody>

                • 本文介绍了我可以在 Android 的 Viewpager 中使用 Horizontal Scrollview 吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  是否可以在 android 的 viewpager 内制作水平 scrollview ?
                  HorizontalScrollView 应该滚动到它的边缘,然后在下一次滚动时,应该加载下一个 viewpager 视图.

                  Is it possible to make a horizontal scrollview inside viewpager in android ?
                  The HorizontalScrollView should scroll until it reaches its edges, then on next scrolling, should load the next viewpager view.

                  推荐答案

                  你可以自定义 xxViewpager 扩展 Viewpager,并重写 canScroll 方法,如下所示:

                  your can just make custom xxViewpager extends Viewpager, and Override the canScroll method like below:

                   @Override
                          protected boolean canScroll(View v, boolean checkV, int dx, int x, int y) {
                                  if (v instanceof HorizontalScrollView) {
                                          return true;
                                  }
                                  return super.canScroll(v, checkV, dx, x, y);
                          }
                  

                  这篇关于我可以在 Android 的 Viewpager 中使用 Horizontal Scrollview 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:来自 viewpager2 和我的父片段的 SharedViewModel 下一篇:ViewPager 中的 ScrollView:滑动不起作用

                  相关文章

                  <small id='dfyIb'></small><noframes id='dfyIb'>

                • <i id='dfyIb'><tr id='dfyIb'><dt id='dfyIb'><q id='dfyIb'><span id='dfyIb'><b id='dfyIb'><form id='dfyIb'><ins id='dfyIb'></ins><ul id='dfyIb'></ul><sub id='dfyIb'></sub></form><legend id='dfyIb'></legend><bdo id='dfyIb'><pre id='dfyIb'><center id='dfyIb'></center></pre></bdo></b><th id='dfyIb'></th></span></q></dt></tr></i><div id='dfyIb'><tfoot id='dfyIb'></tfoot><dl id='dfyIb'><fieldset id='dfyIb'></fieldset></dl></div>
                • <legend id='dfyIb'><style id='dfyIb'><dir id='dfyIb'><q id='dfyIb'></q></dir></style></legend>
                  <tfoot id='dfyIb'></tfoot>

                        <bdo id='dfyIb'></bdo><ul id='dfyIb'></ul>