C# Doulbe_Click in ListView SubItems

J

Jason Huang

Hi,

I have no problems in double_clicking on the ListView Item,
however, the double_clicking seems doing nothing on the SubItems,
and the subitems can't be high lighted.
I am wondering what have I done wrong.
Any help will be appreciated.


Jason
 
L

Lars Behrmann

Hi Jason,

set FullRowSelect to true, and the whole line
will be highlighted. Also if you click on
a subitem.

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/
 
J

Jason Huang

Thanks very much! Lars.

Lars Behrmann said:
Hi Jason,

set FullRowSelect to true, and the whole line
will be highlighted. Also if you click on
a subitem.

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/
 

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

Top