CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    19

    VBScroller in MSFlexGrid

    Hi. I have a usercontrol which contains a flexgrid. In that flexgrid, I have ten columns from 0 to 9. First row is heading, all rows under it are filled out with information from each their own data object of the same kind. I want to place in row 9 a VScrollBar which will be the only way to edit a row. Increasing the scroller will increase row number 3 by the same amount as you're scrolling. So each and every row will have it's own VScrollBar. How do I implement this in my MSFlexGrid and how do I process the events which happen when I click on the VScrollBar?

    Yours sincerely

    Niklas


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: VBScroller in MSFlexGrid

    Could you be more specific? I get an impression that you (or is it me?!) got confused with rows & cols .

    RK

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

Featured