Datagrid: Disable Row Resize

  • Thread starter Thread starter Stuart Ferguson
  • Start date Start date
S

Stuart Ferguson

I am currently writing a windows application which uses DataGrid
components to display some data. I am wanting to allow the user to
resize the columns to display data that is longer than the column width
however i would like to restrict the user so they cant stretch the rows.
I know this can be done using a list view but could only see a solution
using the MouseDown event and Windows API calls.

Is there a simpler method than this ?

Stuart
 
Back
Top