|
-
Sep 24th, 2002, 02:48 AM
#1
Thread Starter
Registered User
scroll to end of a flexgrid on load
anyone know how to programmatically scroll to the end of a msflexgrid in the load event of the form?
-
Sep 24th, 2002, 03:57 AM
#2
Just use one (or both) of these properties:
MSFlexGrid1.TopRow = <row>
MSFlexGrid1.LeftCol = <col>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|