示例#1
0
 public void EnsureRowInView(Row r, bool bFullyVisible = true, bool bTop = true)
 {
     m_RowWnd.EnsureRowInView(r, bFullyVisible, bTop);
 }