■ UltraGrid 클래스에서 한번에 한 행씩 스크롤하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 6 7 8 9 |
using Infragistics.Win.UltraWinGrid; private UltraGrid ultraGrid; ... this.ultraGrid.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.AboveRow); |
■ UltraGrid 클래스에서 한번에 한 행씩 스크롤하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 6 7 8 9 |
using Infragistics.Win.UltraWinGrid; private UltraGrid ultraGrid; ... this.ultraGrid.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.AboveRow); |