I'm working on a project and can't figure out what seems to be a simple task. The project is created with Visual Studio 2010 as a MDI with tabs. I the view is derived from CListCtrl. I've programmed it to add items to the list. The problems I am having is that I would like to have a little bit of blank space in the child frame at the bottom of the list. Seems simple enough but I cannot figure out how. I've tried MoveWindow and SetWindowPos in the CChildFrame OnCreate Function to no avail. Please help.