Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:如何实现连续滚动

1楼
191422411 发表于:2024/10/26 14:33:00
窗口中的tables如何实现连续的滚动,不要一跳一跳的
2楼
191422411 发表于:2024/10/26 14:34:00
以下代码是一跳一跳的,看着看着就找不到哪行了
Dim t As Table = e.form.controls("table1").Table
If t.BottomVisibleRow = t.Rows.Count - 1 Then
    t.TopVisibleRow = 0
Else
    t.TopVisibleRow += 1
End If
3楼
有点蓝 发表于:2024/10/26 14:49:00
没有办法连续。

同时设置一下Position属性,就知道当前是哪一行了
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02417 s, 2 queries.