Search results for query: *

  1. M

    Allowing only rowselection in a datagrid

    Well, I allready set the readonly to true. And no, now I can't change the contents of the cells BUT you can still copy the text in the cells. I want something like a listbox where you can only go up and down the rows and that's it. The endgoal is that the user can doubleclick on any row in the...
  2. M

    Allowing only rowselection in a datagrid

    I would like a datagrid where you can only select by row. I can allready automatically select the rows : Private Sub myDataGrid_CurrentCellChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles myDataGrid.CurrentCellChanged...
Back
Top