I have a few dynamic tables (and grids) in my GUI. They start out with no children and then I add content dynamically at run time. They are under drag-able panels attached to scroll bars. After I am done dynamically adding content it would be nice if said content was positioned at the top of the panel, but the first item in the table (or grid) is always centered vertically in the panel. How do I tell the drag-able panel to correct this? Touching the scroll bar fixes it - but it would be nice to have it come up correctly.
I have attached some examples of what I am talking about.