Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrolling

Status
Not open for further replies.

vz

MIS
Jul 31, 2001
131
US
is there a way to get an ms flexgrid to scroll down using code?
thanks in advance
 
This will make it always show the bottom row (row that was just entered) if that is what you mean. You need to put it in with the code that adds information.

FlexGrid1.TopRow = FlexGrid1.Rows - 1

Rob
Just my $.02.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top