It was HideSelection. Thanks for your help, and thanks again to Herfried.
"Brian Patterson" <briandpattersonSPAM_NO@mchsi.com> wrote in message
news:O0$RINb$EHA.2608@TK2MSFTNGP10.phx.gbl...
> Using the method that Herfried suggested will work but you won't actually
> see the highlight if the control isn't selected. You can trying setting
the
> HideSelection property to false which will show the selection even if the
> ListView isn't the control that currently has focus. You can also set the
> ensurevisible member to true to make sure item 0 it currently in the view.
>
> Brain Patterson
>
http://dotnet.redeyepos.com >
> "Matt" <mrocha@camicro.com> wrote in message
> news:OBPi7Fb$EHA.2136@TK2MSFTNGP10.phx.gbl...
> > Herfried,
> >
> > Thanks for your help, but I don't see that anything changed. I may have
> > misstated my question, so here goes: How do I highlight the first (top)
> > item in a list view?
> >
> > Thanks,
> > Matt
> >
> > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
> > news:%23Kk5j%23a$EHA.824@TK2MSFTNGP11.phx.gbl...
> >> "Matt" <mrocha@camicro.com> schrieb:
> >> > How do I select index 0 in a list view by default?
> >>
> >> \\\
> >> Me.ListView1.Items(0).Selected = True
> >> ///
> >>
> >> --
> >> M S Herfried K. Wagner
> >> M V P <URL:
http://dotnet.mvps.org/> > >> V B <URL:
http://dotnet.mvps.org/dotnet/faqs/> > >
> >
>
>