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