0

我正在尝试滚动到 GridPanel 的最后一个元素,最后一个元素已经通过

_this.testpanel.getSelectionModel().selectLastRow( );

我尝试了很多方法,但都没有奏效...... GridPanel 是通过保存的

_this.testpanel =new Ext.grid.GridPanel(...

在我试过的加载功能中

_this.testpanel.getRow(_this.receiver_list.getStore().getCount()-1).scrollIntoView(_this.receiver_list.getView(),false);

这个什么都不做。

_this.receiver_list.getView().getRow(_this.receiver_list.getStore().getCount()-1).scrollIntoView("receiver_list");

这个滚动表单,GrindPanel 在里面。但不在 GridPanel 本身中。

4

2 回答 2

0

看看下面的函数

http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.Panel-method-setScrollTop

于 2012-05-07T12:32:50.763 回答
0

使用scrollTo()元素方法。

于 2012-05-07T12:51:31.753 回答