找回密码
 立即注册

QQ登录

只需一步,快速开始

hduhdc

金牌服务用户

10

主题

29

帖子

79

积分

金牌服务用户

积分
79

[已处理] 滚动显示底部

hduhdc
金牌服务用户   /  发表于:2020-8-24 16:22  /   查看:2029  /  回复:1
sheet1.bind(GC.Spread.Sheets.Events.TopRowChanged, function (sender, args) {    //Set the displayed top row of sheet1 to sheet2 (vertical scroll synchronization).    sheet2.showRow(args.newTopRow, GC.Spread.Sheets.VerticalPosition.top);});sheet1.bind(GC.Spread.Sheets.Events.LeftColumnChanged, function (sender, args) {    //Set the displayed left column of sheet1 to sheet2 (Horizontal scroll synchronization).    sheet2.showColumn(args.newLeftCol, GC.Spread.Sheets.HorizontalPosition.left);});
通过这两个api确定什么时候滚到底部

1 个回复

倒序浏览
Lynn.Dou讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2020-8-24 18:00:48
沙发
您好,您的问题已在另一个贴子回复。
https://gcdn.grapecity.com.cn/fo ... hread&tid=80168
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部