Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1.1
-
None
-
None
Description
<p>VirtualizingStackPanel calls the wrong base implementation of <span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Brin</span><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">gIntoView </span>if an item provider isn't being used (i.e. the items are statically declared in xaml).</p>
<p>It calls BringIntoView(UIElement element, RectangleF elementBounds) rather than BringIntoView(UIElement element, ref RectangleF elementBounds) which leads to a StackOverflowException.</p>
<p>It calls BringIntoView(UIElement element, RectangleF elementBounds) rather than BringIntoView(UIElement element, ref RectangleF elementBounds) which leads to a StackOverflowException.</p>