Is it possible to automatically arrange the pages and/or the graphs? It would be a great benefit if I could simply say "tile pages", or "cascade", or something like that.
Graph windows arranged in a Page window cannot be rearranged.
Page windows however are just regular Windows windows, or if you are using the GCL for MFC, CWnd or CView derived windows. You can organize them however you would those windows. We have no special routines for that above what the Windows API gives you however.