prevent Multi line select on DataGrid?

  • Thread starter Thread starter mttc
  • Start date Start date
Try the WIN32 API "SendMessage" method. I'm not pretty sure but I guess
there must be a message to disable the multiselect feature of a windows
control (like the datagrid).
 
Back
Top