all groups > vb.net controls > january 2005 >
You're in the

vb.net controls

group:

.NET ListBox with Column Widths Like MS Access ListBox


.NET ListBox with Column Widths Like MS Access ListBox Howard Walters
1/21/2005 11:52:49 PM
vb.net controls: 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.

Howard

Re: .NET ListBox with Column Widths Like MS Access ListBox Howard Walters
1/22/2005 10:08:27 AM
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



[quoted text, click to view]

Re: .NET ListBox with Column Widths Like MS Access ListBox Herfried K. Wagner [MVP]
1/22/2005 12:24:10 PM
"Howard Walters" <howard_walters@antispam.com> schrieb:
[quoted text, click to view]

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/>
Re: .NET ListBox with Column Widths Like MS Access ListBox Howard Walters
1/29/2005 9:01:57 PM
Is there someone out there
[quoted text, click to view]

Re: .NET ListBox with Column Widths Like MS Access ListBox Howard Walters
1/29/2005 9:23:57 PM
I still need some help for this issue.

I am looking for MS Accesss like combbox and listbox controls for .NET.


[quoted text, click to view]

AddThis Social Bookmark Button