vb.net DevExperess winforms gridview mouse down event
问题 I have a problem with MouseDown event for GridControl with GridView . If user press control + shift + click column header is to select the column and also click the most top left will select all row. I managed to do that but either one will work for my code. It seems the logic have some problem with if-else statement. Anyone can help? Private Sub gridView1_MouseDown(ByVal sender As Object, ByVal e As MouseEventArgs) Handles GridView1.MouseDown If Control.ModifierKeys = (Keys.Control) Then Dim