Added a MoveSelectionLeft method which will take into account hidden columns.
Added a MoveSelectionRight method which will take into account hidden columns.
Added a MoveSelectionUp method which will take into account hidden rows.
Added a MoveSelectionUp method which will take into account hidden rows.
The HScrollValue and VScrollValue properties will now do nothing if called before the ControlCreated event is fired.
Did changes in the Win32 rendering engine to prevent a DC graphics context overflow when compiled with REALbasic 5.x and used with non NT based Windows systems.
The StyleGrid will no longer attempt to draw a header if the ColumnWidth and MinColumnWidth for a given column is less than 1.
Fine tuned the KeyDown event.
Fixed a problem that was born with the RB 5 fix in version 3.0.6 , where all Win32 Apps compiled with RB 4.x would fail and all Win32 Apps compiled with RB 5 would fail on Win 98.
Made byte offset tweaks for REALbasic 5.1.
Improved layout support for REALbasic 5.x (TabPanel support, resize support, and other layout support).