Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Delphi TcxGrid在滚动时的奇怪行为_Delphi_User Interface_Devexpress_Tcxgrid - Fatal编程技术网

Delphi TcxGrid在滚动时的奇怪行为

Delphi TcxGrid在滚动时的奇怪行为,delphi,user-interface,devexpress,tcxgrid,Delphi,User Interface,Devexpress,Tcxgrid,我们在Delphi XE上有ExpressQuantumGrid 6.53,从中我们使用TcxGrid组件和tcxGridDBBandeTableView类作为视图 最烦人的问题之一是网格的滚动方式。在屏幕上移动光标/当前记录时,网格将光标保持在原位并滚动其缓冲区 让我们举一个例子: 我们在数据集的中间有以下记录: ... 100 101 102---------------< Let's say that this is the current record 103 104 105 1

我们在Delphi XE上有ExpressQuantumGrid 6.53,从中我们使用
TcxGrid
组件和
tcxGridDBBandeTableView
类作为视图

最烦人的问题之一是网格的滚动方式。在屏幕上移动光标/当前记录时,网格将光标保持在原位并滚动其缓冲区

让我们举一个例子:

我们在数据集的中间有以下记录:

...
100
101 
102---------------< Let's say that this is the current record
103
104
105
106
107
108
...
…但是它看起来会像这样(记录移动-非常烦人):

。。。
104
105
这是当前记录
107
108
109
110
111
112
113
114
...
我们如何才能达到预期的行为

PS:grid.view的一些道具可能会有所帮助:

DataController.DataModeController.GridMode:=True
DataController.Options.dcofocustoprowAfterOrting:=False
optionselection.MultiSelect:=True


有什么线索吗?

我认为发布截图可以更好地说明这个问题。也可能值得直接向DevXPress支持部门咨询?是的,您应该像其他人说的那样向供应商咨询,向DevXPress咨询。他们的支持中心真的很有帮助@约翰·托马斯你现在有解决办法吗?您是否询问了DevExpress支持?我也有同样的问题。
...
100
101 
102
103
104
105
106---------------< This is the current record
107
108
...
...
104
105
106---------------< This is the current record
107
108
109
110
111
112
113
114
...