"Howard Walters" <howard_walters@antispam.com> wrote in message
news:u$ELKUKAFHA.2032@tk2msftngp13.phx.gbl...
> Herfried,
>
> I have looked at the members of the the ListView control on MSDN. I am
> not seeing a way to "hide" column entries. And more importantly a way to
> "read" a hidden entry like the MS Access column property. Is there a way
> to do this with the ListView control that I am missing?
>
> Of course, I would also like a MS Access like combo box too that has
> similar properties.
>
> Howard
>
>
>
> "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
> news:uoUdVTHAFHA.1564@TK2MSFTNGP09.phx.gbl...
>> "Howard Walters" <howard_walters@antispam.com> schrieb:
>>> Is there a VB.NET ListBox (Microsoft or 3rd party) that simply has
>>> similar properties of the Microsoft Access ListBox? You know where I
>>> load it up with several columns of data and can hide the column(s) I
>>> want with a zero length property.
>>>
>>> I really liked this Access ListBox where I could get a
>>> lstMyList.column(0) property of a selected item without cluttering up
>>> the list. I would like to use a similar one in VB.NET.
>>
>> Did you already check the listview control?
>>
>> --
>> M S Herfried K. Wagner
>> M V P <URL:
http://dotnet.mvps.org/> >> V B <URL:
http://dotnet.mvps.org/dotnet/faqs/> >
>