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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSFlex grid set focus to cell and scroll down

Status
Not open for further replies.

eequalsmc2plus1

Programmer
Aug 26, 2002
28
ZA
Hey,

I have a flex grid with alot of records in it so there are scroll bars on the side, I want to go to row Y and column X, so say
.row = Y and .col = X
and then
_click
it goes to the right cell, but it doesnt move the scroll bar down, so you cant actually see where it is. How you move the scroll bar when selecting it ?

THanks
Damian
 
At run time you8 can set the .toprow property to display any row you choose as the top row in the grid.

msflexgrid1.toprow=25

This will display the 25th row as the top row. Thanks and Good Luck!

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top