In VS 2003 is there any way to contain a datagrid from growing and overlapping other controls? I'm working on a legacy app making some changes as requested so using a newer version of VS is out of the question. In the past using 2005 I would place my Gridview into a Panel and enable scrolling... is there any way to mimick that type of behavior in 03?

Thanks