windows phone 8 - ScrollViewer doesn't scroll to VerticalOffset -


Text after "div class =" itemprop = "text">

I have found a ScrollViewer that has a StackPanel (which contains ExpanderViews)

The ScrollViewer workspace offset when ExpanderViews are expanded. Although the ScrollViewer does not scroll up at all.

There is a vertical ScrollViewer scroll from the FScrollViewer_LayoutUpdated () method only to compensate for the time.

Is there any way to update VerticalOffset (or ScrollToVerticalOffset) in another way?

  linked to the LayoutUpdated event of this ScrollViewer )> & lt; Grid X: Name = "Filter Grid" height = "696" Grid. Line = "0" background = "white" & gt; & Lt; Grid.Projection & gt; & Lt; PlaneProjection / & gt; & Lt; /Grid.Projection> & Lt; Grid.RowDefinitions & gt; & Lt; RowDefinition Height = "Auto" /> & Lt; Roadfinion height = "*" /> & Lt; /Grid.RowDefinitions> & Lt; ScrollViewer x: name = "FScrollViewer" toolkit: TiltEffect.SuppressTilt = "True" LayoutUpdated = "FScrollViewer_LayoutUpdated" MouseMove = "FScrollViewer_MouseMove" Width = "{Binding ElementName = FilterGrid, Path = ActualWidth}" Height = "{Compulsive Element Name = Filter Grid , Path = realhite} "& gt; & Lt; Stackpaneel name = "stackpayel" margin = "50,0,0,0" & gt; & Lt; StackPanel x: name = "header" height = "65" orientation = "horizontal" background = "transparent" & gt; & Lt; TextBlock x: name = "HeaderTextBlock" text = "random text" style = "{StaticResource PhoneTextTitle2Style}" TextTrimming = "WordEllipsis" FontWeight = "SemiBold" foreground = "black" margin = "60,5,5,5" verticalAlignment = "Center" /> & Lt; / StackPanel & gt; & Lt; Line width = "auto" strokectex = "1.5" stretch = "fill" stroke = "gray" X1 = "2" /> & lt; / StackPanel & gt; & Lt; / ScrollViewer & gt; & Lt; / Grid & gt;  


Comments