Hello. I have big problem with gridView perfomance. I have my MDI container like - Grid->ScrollViewer -> Canvas. I add ContentControls to the canvas. ContenControls has next structure: Grid -> Grid -> RadBusyIndicator -> GridView. All grids has Height="*". I read next article - http://www.telerik.com/help/silverlight/gridview-troubleshooting-performance.html and I have question. Can ScrollViewer slow my GridView?
