Results 1 to 2 of 2

Thread: scroll to end of a flexgrid on load

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530

    Question 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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    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
  •  



Click Here to Expand Forum to Full Width