Jo Grant 17.Apr.09 10:52 AM a Web browser Application development6.2Windows XP
I'm trying to create a SViewStack, and then populate it, clear it, and repopulate it later in execution.
First problem: the SViewStack does not display the new items I've added unless I manually minimize it and restore it. What API should I call after adding an item to get it to do layout again? (I've already tried layout, pack, etc.)
Second problem: the SViewForm items are all minimally sized. Doing layout, pack, etc, again doesn't seem to get them to adjust their size correctly. Do I need to set layout properties on the control? The SViewForm?