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
1675
XamGrid - Disabling virtualization without setting size on the panel
posted

Hi,

I understand that we could disable virtualization in xamgrid by setting the panel size property etc link http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamGrid_Virtualization.html 

But if i do as above I cannot see the scrollbars (see attached sample), can we not disable virtualization via property instead as setting the size etc breaks the look and feel on the UI?

The panel where i host the grid needs to be collpased/resized and controls so this is a big show stopper for me.

Thanks,

Rohit

Virtualization off.zip
Parents
  • 1675
    posted

    The way i have fixed it is by subscribing to scrollviewer size changed and then changing grid size, it works and perf is not bad, but i hope there was a better way to turn off virtualization instead of playing with the size etc

Reply Children