Is it possible to prevent a window from being shown until after the content is loaded and after I set the height and width? The problem I am having is with respect to dynamic content. So... width=300, height=300 might work in some case but only a few. I want to eliminate the flicker of resizing the window.
I have tried using the AutoSize feature and after find it does not suit my need. AutoSize will also randomly resize the window to something smaller than the content. I also do not want the animation that comes with the AutoSize feature.
I have tried using the AutoSize feature and after find it does not suit my need. AutoSize will also randomly resize the window to something smaller than the content. I also do not want the animation that comes with the AutoSize feature.