Hi!
I have a Silverlight application. While using ScrollToVisible I faced with the scroll issue. The vertical scroll bar did not reach the bottom of the container. Please, see the screen shot for details.
The example how I use ScrollToVisible method:
Also I used the ScrolltoVisible method with both ScrolltoVisibleType parameters but without any success.
Could you please advise how I can avoid such situation?
Thanks.
WebAii 2011.1.712.0
Windows XP Prof SP 3
IE 8
I have a Silverlight application. While using ScrollToVisible I faced with the scroll issue. The vertical scroll bar did not reach the bottom of the container. Please, see the screen shot for details.
The example how I use ScrollToVisible method:
FrameworkElement parent = _app.Find.ByName(
"ParentName"
);
FrameworkElement element = parent.Find.ByTextContent("12052011_152435_"
);
element.ScrollToVisible();
element.User.Click();
Also I used the ScrolltoVisible method with both ScrolltoVisibleType parameters but without any success.
Could you please advise how I can avoid such situation?
Thanks.
WebAii 2011.1.712.0
Windows XP Prof SP 3
IE 8