예제 #1
0
 public IndexCell GetFirstVisibleSiderInView()
 {
     return(Sider.FirstOrDefault(s => IsRowInView(s.Index) && !IsRowHidden(s.Index)));
 }