我正在尝试滚动到 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 本身中。