Using the "Start Selection" and "End Selection" shortcut menu selectors has always been tedious for selecting subsets of arrays at runtime. The Table Control has built-in click-and-drag selection of table cells. It would be nice if arrays could have the same feature. I've kludged this feature using the Mouse Down, Mouse Move, and Mouse Up events coupled with the Selection Start/End properties, but it has always been quirky, and I hate using the coords property and pixel calculations to know where I am at when interacting with an array. I think an Array selection feature should also have an associated event that returns the selection whenever it changes. For better control of Array-related events, static event registration of elements should also be implemented. In fact, the whole events structure needs updating with lots of new events, but that is another post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.