Hi
Does anybody know how can I set gridline in the list.
When I set listView.GridLines = true the compiler complains the listview
does not have GridLine

Have you ever met this problem?

Re: ListView by The

The
Thu Jun 17 04:10:36 CDT 2004

> Does anybody know how can I set gridline in the list.

You have to send it an LVM_SETEXTENDEDLISTVIEWSTYLE message, with
LVS_EX_GRIDLINES.




Re: ListView by news

news
Thu Jun 17 04:14:21 CDT 2004

Sorry I forgot to say I am writing in CSharp VS.Net 2003 environment

"The Fat Controller" <awdry@iom.com> wrote in message
news:carjn1$ptl$1@news5.svr.pol.co.uk...
> > Does anybody know how can I set gridline in the list.
>
> You have to send it an LVM_SETEXTENDEDLISTVIEWSTYLE message, with
> LVS_EX_GRIDLINES.
>
>
>