ScrollViewer 自动滚动(wpf和Silverlight都可用)
摘要:Xaml文件 <ScrollViewer x:Name="AutoScrollViewer" KeyUp="AutoScrollViewer_KeyUp"></ScrollViewer>c#代码 使用方法 //Scroll page vertically when focus changes to a control that is outside the viewable area.privat...
阅读全文
posted @ 2011-07-12 14:12