I'm using a datagrid which has large data and some rows have row details and observed that scrolling is wierd,scrollbar used to resize itself while scrolling.
Upon further browsing I've found CanContentScroll property which fixes my issue but the app gets hung most of the time.(coz setting CanContentScroll to true disables virtualization)
Would like to know is there any other way to achieve smooth scrolling with virtualization.