We're trying to create an application with a large dataset that gives smooth scrolling.
This demo loads 30000 rows into the datagrid and the scrolling is not completely responsive. What can we do to improve the performance?
Thanks.
I can't believe I missed this post which tells where the template is.
Problem solved.
If the scrolltip doesn't retemplate, is there a way I can access the current row that the scrolltip would be showing as well as an IsScrolling property I can use to show or hide my own tooltip?
Also, I noticed that in deferred, it takes a second or two to redraw once scrolling stops. Any advice to speed that up?
It looks like we're going the DeferredWithScrollTips route. Is there a way to retemplate the scrolltip or does it only allow using IsScrollTipField on the fields?
The the attached picture shows the largest scroll area I can show to have good scrolling performance. Is it possible to interact with the scroller and template the ScrollTip panel?
Also, note, the behavior is the same with only 20 rows...