G
Gijs Beukenoot
Hi all,
When I have a combobox with, let's say, 250 records, open it and then
start moving the scroll-bar, the recordpointer is not where I expect it
to be. If I drag it ll the way down, it will jump back a little because
it is not really at the end. Only after really reaching the end of the
avaialble records, the scroll-bar position roughly matches the
recordpointer.
I hope I make sense in this, it is basically the same as when
retreiving a huge recordset, you must have 'touched' the last record
before the scrollbar acts correct.
The question is, if I can somehow change this behaviour without
limiting the number of records in the combo. I would like to have the
bar behave as accurate as possible right from the start.
Any ideas on how to accomplish this?
Thx,
GB
When I have a combobox with, let's say, 250 records, open it and then
start moving the scroll-bar, the recordpointer is not where I expect it
to be. If I drag it ll the way down, it will jump back a little because
it is not really at the end. Only after really reaching the end of the
avaialble records, the scroll-bar position roughly matches the
recordpointer.
I hope I make sense in this, it is basically the same as when
retreiving a huge recordset, you must have 'touched' the last record
before the scrollbar acts correct.
The question is, if I can somehow change this behaviour without
limiting the number of records in the combo. I would like to have the
bar behave as accurate as possible right from the start.
Any ideas on how to accomplish this?
Thx,
GB