2016. 10. 5. 14:07
[VB 2010]
데이터 그리드 뷰에서 데이터 증가시 스크롤바 자동 FOCUS 처리 방법
데이터 로드 후 아래 코드 삽입
DataGridView1.FirstDisplayedScrollingRowIndex = DataGridView1.Rows.Count -1
반응형
'VB 2010' 카테고리의 다른 글
How to get rid of the blank page at the end of a Crystal report (0) | 2017.01.26 |
---|---|
Visual Studio 2015 Update 3 offline installation ISO download link (0) | 2016.10.10 |
How to: Position the Cursor at the Beginning or End of Text in a TextBox Control (0) | 2016.05.24 |
How to set SelectedIndex in DataGridViewComboBoxColumn (0) | 2016.05.19 |
DataGridView 데이터 수정, 삭제 등 (0) | 2016.05.12 |