Hi,
How can I make a ListBox multicolumn and insert values into multiple
columns of the listbox? I want to select the whole row as one......


Thanx in advance....

Regards,
Sandeep

RE: Inserting Vaules into Multiple columns in a ListBox? by v-jetan

v-jetan
Thu Jan 05 02:04:02 CST 2006

Hi Sandeep,

Thanks for your post.

If you want a multicolumn ListBox, I think the best choice is using
ListView control. ListView control provides more complex function than
ListBox, and its Details view mode provides the multicolumn function.

If I misunderstand you, please feel free to tell me, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


Re: Inserting Vaules into Multiple columns in a ListBox? by Herfried

Herfried
Thu Jan 05 06:31:41 CST 2006

"Sandeep Singh" <efextra@newsgroups.nospam> schrieb:
> How can I make a ListBox multicolumn and insert values into multiple
> columns of the listbox? I want to select the whole row as one......

You may want to use a listview, datagrid or datagridview (.NET 2.0) control
instead.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>


Re: Inserting Vaules into Multiple columns in a ListBox? by Sandeep

Sandeep
Sat Jan 07 07:29:31 CST 2006

Thanks for ur suggestion. I used the ListView control and was able to
perform the required function.

Sandeep

Re: Inserting Vaules into Multiple columns in a ListBox? by v-jetan

v-jetan
Sun Jan 08 20:02:04 CST 2006

You are welcome

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.