| | | | Browse by category |
Article ID: 938
Last updated: 01 Feb, 2008
Problem
I want to scroll down to the very bottom of my grid. How do I do this?
Cause
Action
You can make the calls:
I want to scroll down to the very bottom of my grid. How do I do this?
Cause
Action
You can make the calls:
m_myGrid.moveTo(m_myGrid.getRowCount()-1, 1); m_myGrid.setCurrentCell(m_myGrid.getRowCount()-1, 1); m_myGrid.updateScrollbar(); m_myGrid.repaint();
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 938
Last updated: 01 Feb, 2008
Revision: 1
Views: 2455
Posted: 12 Mar, 1999 by
Dean J.
Updated: 01 Feb, 2008 by
Dean J.
Others in this category
Powered by KBPublisher (Knowledge base software)