I'm looking for a way to only auto-size the height of a window (I need a fixed width) to its contents. The windows are created in Page_Init() and the content comes from a database which is also loaded in Page_Init(). The auto-sizing seems to be acting a little strange - the height of the window is too large and the values I set for the top and left properties seem to get ignored. It looks like the width is sizing to the image width... which is what you would expect, but I want to use a fixed width anyway. Enabling autosize seems to ignore any width values explicitly set. Any suggestions?
Thanks,
Chad
Thanks,
Chad