ListView fixed column width

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

How do you fix the width of a column when the ListView.ColumnWidthChanging
Event is not available? This is not available in the .NET v2.0 Compact
Framework (for Windows CE).

Thanks,
Alain
 
I've solved the problm by saving the width of the column and then (on a
timer event) checking if the columns have changed width. If they have,
simply resett he column width. Not that elegant, but it works.

Thanks,
Alain
 
Back
Top