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

Re: width of listview by jcreasy

jcreasy
Wed Oct 25 13:51:10 CDT 2006

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.

Sbroeff wrote:
> 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


Re: width of listview by Sbroeff

Sbroeff
Thu Oct 26 02:14:18 CDT 2006

> 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.



Re: width of listview by jcreasy

jcreasy
Thu Oct 26 09:01:32 CDT 2006

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?

Sbroeff wrote:
> > 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.


Re: width of listview by Sbroeff

Sbroeff
Fri Oct 27 02:10:21 CDT 2006

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.



"jcreasy" <justin.creasy@gmail.com> ha scritto nel messaggio
news:1161871292.547238.144410@b28g2000cwb.googlegroups.com...
> 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?
>
> Sbroeff wrote:
> > > 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.
>



Re: width of listview by Claes

Claes
Fri Oct 27 09:12:40 CDT 2006

I posted a response in your other thread (in
microsoft.public.dotnet.languages.vb). Guess you missed that...

Try this:
http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.controls/msg/69dd7cedfbdea8e5?hl=sv

/claes

"Sbroeff" <sbroeff@fastwebnet.it> wrote in message
news:6hi0h.4221$Pk4.854@tornado.fastwebnet.it...
> 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.
>
>
>
> "jcreasy" <justin.creasy@gmail.com> ha scritto nel messaggio
> news:1161871292.547238.144410@b28g2000cwb.googlegroups.com...
>> 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?
>>
>> Sbroeff wrote:
>> > > 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.
>>
>
>