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
 

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

Back
Top