Results 1 to 4 of 4

Thread: Make a flexgrid scroll

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    589

    Make a flexgrid scroll

    I am using AddItem to add a row to a FlexGrid.

    This adds a new row at the bottom. Is there a way of scrolling that row into view? At the moment it is out of view when there are a lot of rows and, as it is added by the program, the user does not realise when a new row has been added.

    Thanks for any help.

  2. #2
    Fanatic Member
    Join Date
    Sep 2006
    Location
    London, UK
    Posts
    817

    Re: Make a flexgrid scroll

    Have you set the scroll bar property value to have scrollbars?
    MSFlexGrid1.ScrollBars=flexScrollBarVertical

  3. #3
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Make a flexgrid scroll

    VB Code:
    1. MSFlexGrid1.TopRow = MSFlexGrid1.Rows -1 'Or the row you want

  4. #4

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