DataGrid 滚动特定的行或者列. DataGrid.ScrollIntoView Method (Object, DataGridColumn) .NET Framework 4.5 Silverlight Scrolls the DataGrid vertically and horizontally to display a cell for the specified data item and column. Namespace: System.Windows.ControlsAs
$(function(){ var _wrap=$('ul.line');//定义滚动区域 var _interval=2000;//定义滚动间隙时间 var _moving;//需要清除的动画 _wrap.hover(function(){ clearInterval(_moving);//当鼠标在滚动区域中时,停止滚动 },function(){ _moving=setInterval(function(){
http://blog.csdn.net/keyrainie/article/details/8513802 http://www.cnblogs.com/qq4004229/archive/2012/05/28/2521611.html http://www.cnblogs.com/zeroone/p/4176887.html using System; using System.Collections.Generic; using System.ComponentModel; using S