[no subject]
I need to let left and right arrows scroll the grid to enhance the app for 'accessibility'. (Customer is a governemental entity).
I'm capturing left and right keys since the grid doesn't. I want to know how to tell a grid to scroll left and right. I've tried obj.setColumnProperty( "index", iCurrentCol ); where obj is the Active.Controls.Grid object but id doesn't take any action.
setSelectionIndex() in the grid takes a row index but ignores the column index. It affects scrollTop (probably for the scrollbar element as near as I can tell) but very little affects scrollLeft.
What am I missing here? Do I need to clone the code from setSelectionIndex() somehow and do it in my code?
No rush, go live is Tuesday. (But I have a retrieve as this only affects one screen out of dozens). Any help is appreciated.
I'm capturing left and right keys since the grid doesn't. I want to know how to tell a grid to scroll left and right. I've tried obj.setColumnProperty( "index", iCurrentCol ); where obj is the Active.Controls.Grid object but id doesn't take any action.
setSelectionIndex() in the grid takes a row index but ignores the column index. It affects scrollTop (probably for the scrollbar element as near as I can tell) but very little affects scrollLeft.
What am I missing here? Do I need to clone the code from setSelectionIndex() somehow and do it in my code?
No rush, go live is Tuesday. (But I have a retrieve as this only affects one screen out of dozens). Any help is appreciated.
Bill Honaker
June 9,