I have a page with some existing html. I want to add a tabview to a div element that I have already set up so it will be centered within its parent. I've tried using a qx.ui.basic.Inline() and attaching it to my div element, then adding my tabview to the Inline control. This doesn't work. It looks like the Inline uses absolute positioning, so I end up with my tabview at the upper left corner of the parent element.
What I'm trying to do is get the tabview widget to center itself horizontally and maintain a fixed distance vertically relative to its parent element. It should continue to stay centered when the browser window is resized. Is this possible? Thanks, Bob -- View this message in context: http://www.nabble.com/how-to-center-a-tabview-control-tf3928163.html#a11140334 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
