Friday, 7 November 2014

Resize data grid view on form resize



Us this to resize a data grid view (datagridview) when you resize the form



Private Sub Form_name__Resize(ByVal sender As ObjectByVal e As System.EventArgsHandles Me.Resize

        
Me.DataGridView1.Width = 0.88 * Me.Width
   
Me.DataGridView1.Height = 0.75 * Me
.Height
    
End Sub

No comments:

Post a Comment

Chrome 138 the last supported

Chrome 138 the last supported  Hey Everyone, Chrome 138 is the last version of Chrome that will support Android 8.0 (Oreo) and Android 9.0 (...