Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
Lost Focus, Won't add new nodes
posted

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?

  • 69832
    Suggested Answer
    Offline posted

    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.