program1472 | IT HUB

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

페이지 정보

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

본문

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

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

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


댓글목록

등록된 댓글이 없습니다.

© program1472 | IT HUB