Home All Groups Group Topic Archive Search About
Author
23 May 2006 5:07 PM
Buc
I'm trying to figure out what control this is and if it is an available
control to use on a winform in vb.net.
Its the broken grey bar at the top of the screen  like on the local users
and groups window in computer management. (It has Name   Fullname
Description as title.) I see it on other windows, like regular windows
explorer where it has Name Size Type and so forth. You can click on one of
the items and drag it in front or behind another. Kind of like sortable,
moveable tabs, but not the regular tab control. Is this control available in
vb.net.. What is it?

Thanks BUC

Author
23 May 2006 4:35 PM
Larry Lard
Buc wrote:
> I'm trying to figure out what control this is and if it is an available
> control to use on a winform in vb.net.
> Its the broken grey bar at the top of the screen  like on the local users
> and groups window in computer management. (It has Name   Fullname
> Description as title.) I see it on other windows, like regular windows
> explorer where it has Name Size Type and so forth. You can click on one of
> the items and drag it in front or behind another. Kind of like sortable,
> moveable tabs, but not the regular tab control. Is this control available in
> vb.net.. What is it?

It's a ListView with View set to Details, and AllowColumnReorder set
true.

--
Larry Lard
Replies to group please
Author
23 May 2006 7:04 PM
Buc
Thanks

Show quoteHide quote
<Buc> wrote in message news:eGp68LofGHA.4976@TK2MSFTNGP02.phx.gbl...
> I'm trying to figure out what control this is and if it is an available
> control to use on a winform in vb.net.
> Its the broken grey bar at the top of the screen  like on the local users
> and groups window in computer management. (It has Name   Fullname
> Description as title.) I see it on other windows, like regular windows
> explorer where it has Name Size Type and so forth. You can click on one of
> the items and drag it in front or behind another. Kind of like sortable,
> moveable tabs, but not the regular tab control. Is this control available
> in vb.net.. What is it?
>
> Thanks BUC
>