Adding a Button Control to a ListView/DataGrid Column

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
 
H

Herfried K. Wagner [MVP]

* "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/>
 
A

Alan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top