I have a data grid wherein each row has multiple row details. Because of the need of virtualization and because the data in the nested grid is huge (row details), I had to enable an internal scroll bar for each of the row details grid.
Everything seems to be working fine except that sometimes I see the scroll viewer scroll changed occurring continuously and never stops. I have subscribed to this event to dynamically set a max height for my row details grid's to enable/disable the internal scroll bar.
I am unable to find the issue for this. What could be the problem??