Results 1 to 3 of 3

Thread: ms flexgrid scrolling

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    53

    ms flexgrid scrolling

    hi,

    am using a vscrollbar and msflexgrid. while scrolling the vertical scrollbar i need to scroll the flexgrid. the changes in flexgrid should move according to the rows present in grid. is it possible. i have tried by placing a grid and scrollbar inside a picturebox and moved the grid top while scrolling. its not working properly..

    pls give me some idea to scroll the grid by vscroll changes...

  2. #2
    Fanatic Member
    Join Date
    May 2006
    Posts
    612

    Re: ms flexgrid scrolling

    MSFlexGrid1.ScrollBars = flexScrollBarVertical

  3. #3
    Just a Member! seenu_1st's Avatar
    Join Date
    Aug 2007
    Location
    India
    Posts
    2,170

    Re: ms flexgrid scrolling

    try like this... u hav set the min and max value of Vscrollbar
    Code:
    Private Sub VScroll1_Change()
    MSFlexGrid1.TopRow = VScroll1.Value
    End Sub
    Seenu

    If this post is useful, pls don't forget to Rate this post.
    Pls mark thread as resolved once ur problem solved.
    ADO Tutorial Variable types SP6 for VB6, MsFlexGrid fast fill, Sorting Algorithms


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