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
90
UltraGrid 8.1 very slow with images
posted
I am using the UltraGrid version 8.1 and it is very slow when it has images in the cells (without images it is fine). I am inserting the images using the CellUIElement.Cell.Appearance.Image property and the IUIElementDrawFilter.DrawElement interface method. 

Any ideas on how i can improve the speed/responsiveness?

Thanks in advance.

  • 469350
    Verified Answer
    Offline posted

    Hi,

        Can you post your code? A DrawFilter should be the fastest possible way to do this. There's no reason for it to be slow unless maybe your code is written inefficiently or is getting the images through some slow process.

    What exactly is slow? Scrolling?