Datagrid: Disable Row Resize

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top