Here's a quick and dirty way.
Simply hide the index controls and replace them with some fake numeric controls and set the data range accoding to your requirements.
In the attached example (LV8.0), the fake index controls are limited to 0..2, the array size is 5x5 and the displayed array portion is 3x3. Seems to work fine.
(Of course you could add a bit more code to set the limits automatically based on the various sizes.)
You could also make it more fancy and turn the entire thing into an Xcontrol. 😉
Message Edited by altenbach on 06-06-2007 05:32 PM