I have a 2-d array that I display - 5 rows and 4 col at all times, however more data than that exists in the array. What I want to do is allow the user to select/adjust the starting row number, not with inc/dec, but with a control (integer value). I've been looking in property node, but don't see anything that quite fits. Thoughts?
You can just enter values into the index display as well as use the increment and decrement buttons.
And the property to control that is "Index Values", which is an array contains the indexes of the upper left number in the display. The length of the array will be equal to the number of dimensions the array has.