We have an ultratree that adds new nodes to the end of the tree and I use BringIntoView() as each one is added. This box acts like a status update. Anyway when the focus changes to a different application and we bring the focus back, this window will no longer update until the process has ended. Any idea what I need to do to make sure the window continues to add new nodes even if the focus is lost?
If something is causing painting operations to be suspended for the fomr on which the UltraTree is sited, you might just have to call the form's Refresh or Update method.