开发者

Is there a WPF equivalent Silverlight's ScrollIntoView?

开发者 https://www.devze.com 2023-03-20 09:19 出处:网络
Is there a WPF equivalent Silverlight\'s ScrollIntoView开发者_JAVA百科? I would like to do something like this:

Is there a WPF equivalent Silverlight's ScrollIntoView开发者_JAVA百科?

I would like to do something like this:

scrollViewer.ScrollIntoView(this, 0, 4, new Duration(TimeSpan.FromMilliseconds(500)));


FrameworkElement.BringIntoView Method


till now i am using

scrollViewer1.ScrollToVerticalOffset(100)

scrollViewer1.ScrollToHorizontalOffset(100)

Methods

0

精彩评论

暂无评论...
验证码 换一张
取 消