05-31-2006 06:10 AM
05-31-2006 08:20 AM
Hi Udo,
you should use the property EditPosition to scroll the table, see example.
Greetings,
Alberto
05-31-2006 03:10 PM
06-01-2006 09:08 AM
Udo
I have attached an example that updates the index value property. Does this help you?
David
06-06-2006 11:10 AM
08-17-2010 11:19 AM
This looks like a very handy thing to be able to do. Unfortunately, I cannot figure out how to implement your example because I do not know what the two inputs to IndexVals of the Table represent. I have looked at the help for Index Values Property and it is not clear to me.
Does Row/Column represent what the user will see as the first item in the upper left corner of the Table, as it is presented in the scroll window?
08-17-2010 11:43 AM
After implementing the example with 0,0 input, I find that it works as I suspected.
I had a problem with an apparently "blank" table coming up because it somehow scrolled past the data.
Using 0,0 as the input to the IndexVals for the Table Control, I was able to initialize the scroll window so that row 0 was the first visible row.
Thanks for a very handy tip.