|
|
|
start date: Tue, 21 Aug 2007 01:53:09 -0000,
posted on: microsoft.public.dotnet.framework.windowsforms.controls
back
| Thread Index |
|
1
Amber
|
|
2
Jeff Gaines am
|
|
3
Herfried K. Wagner [MVP]
|
|
4
Herfried K. Wagner [MVP]
|
|
5
Amber
|
|
6
Amber
|
|
7
Amber
|
How to use other controls in listview cells, such as button and combobox?
Visual Studio's Properties windows is an example.
Date:Tue, 21 Aug 2007 01:53:09 -0000
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
On 21/08/2007 in message
Amber wrote:
>Visual Studio's Properties windows is an example.
Search on the Code Project for Extended ListView.
http://www.codeproject.com/
--
Jeff Gaines
Date:Tue, 21 Aug 2007 04:28:41 -0700
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
"Amber" schrieb:
> Visual Studio's Properties windows is an example.
Maybe the PropertyGrid control ('System.Windows.Forms.PropertyGrid') is more
suitable for you.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Date:Tue, 21 Aug 2007 20:15:47 +0200
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
But there isn't an icon for PropertyGrid in the VS Toolbox, can you
tell me how to use it?
> Maybe the PropertyGrid control ('System.Windows.Forms.PropertyGrid') is more
> suitable for you.
Date:Tue, 21 Aug 2007 18:37:18 -0700
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
"Amber" schrieb:
> But there isn't an icon for PropertyGrid in the VS Toolbox, can you
> tell me how to use it?
Right-click the toolbox and customize it by adding the control. The control
is part of "System.Windows.Forms.dll".
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Date:Wed, 22 Aug 2007 08:23:23 +0200
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
> Right-click the toolbox and customize it by adding the control. The control
> is part of "System.Windows.Forms.dll".
I right-click toolbox and choose "choose items", the "Choose Toolbox
Items" dialog appears, in the ".NET Framework Componens" Tab I can see
the PropertyGrid control is selected, I click "OK" on "Choose Toolbox
Items" dialog, and still can't find PropertyGrid's icon.
Date:Wed, 22 Aug 2007 01:36:07 -0700
Author:
|
Re: How to use other controls in listview cells, such as button and combobox?
Now I can find it in the "All Windows Forms" category, stupid
question,:)
Date:Wed, 22 Aug 2007 01:40:48 -0700
Author:
|
|
|