GridView 事件出发后 内容滚动条 实时定位

Posted 笑兮兮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GridView 事件出发后 内容滚动条 实时定位相关的知识,希望对你有一定的参考价值。

        var hh;
        var hh1;
        var h2;

///获取初始位置      触发事件  
function Scroll() {             hh1 = $(".wijmo-wijsuperpanel-handle").attr("style");                          hh = $(".wijmo-wijsuperpanel-templateouterwrapper").attr("style");             //hh = h.top;              }         
///         function setpageorver12() {             if (h2==1) {                 $(".wijmo-wijsuperpanel-templateouterwrapper").attr("style", hh);                 $(".wijmo-wijsuperpanel-handle").attr("style", hh1);                 h2 = 0;             }                      }         setInterval(setpageorver12, 1000);

以上是关于GridView 事件出发后 内容滚动条 实时定位的主要内容,如果未能解决你的问题,请参考以下文章