본문 바로가기
개발자 커뮤니티에 오신 것을 환영합니다!

Controls [vb.net] Controls 화면 업데이트를 중지시키는 방법(Controls ScreenUpdating)

페이지 정보

profile_image
작성자 하나를하더라도최선을
댓글 0건 조회 32,277회 작성일 19-09-18 21:36

본문

        1) 안됨
            'DataGridView1.BeginUpdate()
            'DataGridView1.EndUpdate()

        2) 안됨
            'DataGridView1.SuspendDrawing()
            'DataGridView1.ResumeDrawing()

        3) 됨
            DataGridView1.SuspendLayout()
            DataGridView1.ResumeLayout()


댓글목록

등록된 댓글이 없습니다.


Copyright © program1472 | IT HUB. All rights reserved.