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