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
205
Items visibility change too slow
posted
Hi all! I have a performance issue with UltraWinExplorerBar v8.2. I have a piece of code that literally shows or hides multiple items on occasions and it all lasts around 1s on 25 items!!. I profiled my method and it turned out that 99% of execution time went on changing item visibility. Now is there a way to speed things up? This funcitionality is very important in my project. Thanx, M.
Parents
  • 69832
    Verified Answer
    Offline posted

    That sounds like a bug; you might want to report it as such. In the meantime, you can wrap the code that sets the item visibility in calls to the control's BeginUpdate and EndUpdate method; the former suspends metrics recalculations and painting, and the latter lifts that suspension.

Reply Children
No Data