width of listview

  • Thread starter Thread starter Sbroeff
  • Start date Start date
S

Sbroeff

Hi,
i have a problem with a listview. I would that the width of listview's
columns are not modifiable both with doubl-click and with dragging.
thanks for help
 
I'm sorry Sbroeff, but can you explain again what you want to happen.

Do you want a listview that can be resized by double-clicking and
dragging or do you want a listview that cannot be resized by
double-clicked and dragging.

If you're trying to create some special functionality for Windows Forms
controls one of the best places to start your research is always
www.bobpowell.net. You might find what you need there.
 
Do you want a listview that can be resized by double-clicking and
dragging or do you want a listview that cannot be resized by
double-clicked and dragging.

I'm sorry for my english, I want that my listview are not resized by
double-clicked and dragging.

If you're trying to create some special functionality for Windows Forms
controls one of the best places to start your research is always
www.bobpowell.net. You might find what you need there.


Thanks, i'm going to open it.
 
Sbroeff, you're english is ok, I was confused because a standard
Listview is not resizable, even when double-clicked. Resizing can be
added to the functionality of a Listview control, but is not there by
default. Do you have some code you could post to see what is going on
or could you tell me more about what you are trying to code?
 
My problem is not the width of listview, but the width of columns of
listview. The listview is not resizable, but its columns can be resizible by
double-click or dragging. I tried to use the
ColumnWidthChanging event, but it doesn't work.
 
Back
Top