Adding a Button Control to a ListView/DataGrid Column

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Hi All,

Is it possible to add other controls to the ListView control in C# windows
forms. i.e. I want to add a button column so to speak to the list view. You
can do this sort of thing with the datagrid in asp.net, however I think the
datagrid in c# is overly complex for what I'm wanting to do, and I'm not
even sure it is possible to do it in that.

Answers to both Controls would be appreciated.

Thanks

Alan
 
* "Alan said:
Is it possible to add other controls to the ListView control in C# windows
forms. i.e. I want to add a button column so to speak to the list view. You
can do this sort of thing with the datagrid in asp.net, however I think the
datagrid in c# is overly complex for what I'm wanting to do, and I'm not
even sure it is possible to do it in that.

For the Windows Forms datagrid:

<http://dotnet.leadit.be/extendeddatagrid/>
 
Hi,

Thanks for the reply, but I take it that means that there is no built in
functionality to do an equivalent thing. It seems a little strange I thought
this would be a really simple thing to do?

Thanks anyway

Alan
 
Back
Top