The First Issue
To calculate the required height you need the height of the window, IE: GadgetHeight(Main) and you take away the height of the Statusbar or Toolbar
IE:
Height = GadgetHeight(Main)-GadgetHeight(ToolBar)-GadgetHeight(Statusbar)
I dont think you need to remove the height of the MenuBar, (I dont)
and you should be able to do the same with the width if needed, IE: -GadgetWidth(ListView)
Hope this helps in some way
Edit: Hi Alquerian, That sounds like a good way, I change the YPos for Every Item instead of putting them in a second panel.
Everybody Be Cool, You Be Cool.