Hi, I'm new to VB and I'm having a few problems.

I've got a flexgrid containing both static text and dynamic objects that sit on top of the cells, rather than inside them.
I've got a scrollbar on the flexgrid which will only move the static text in the flexgrid, not the dynamic objects. I also have a sort button that sorts the grid based on a column of dynamic objects that are reading a priority value from elsewhere on the system I'm working on. The sort button works, but again only for the static text.

So what I need is a way to keep the dynamic objects tied with the cells. They will appear to where they should do at first, so I know all the static text is mapped correctly to the dynamic objects.

On a simpler note, in runtime the scrollbar seems to jump straight to reading the values at the bottom of the grid, how do I set it so the default position is at the top of the grid?

I hope someone can help, it'll be very much appreciated.

Lumineon