How to Add ListView control as Row of Window Form DataGrid

T

TusharP

Hi Friends,
How to add ListView as a row of DataGrid (Window Form DataGrid.)

Please help me....
Thanking You
TusharP.
 
N

Nicholas Paldino [.NET/C# MVP]

Tushar,

I don't know that a listview is a good candidate for a column. However,
if you wanted to host your own control, you would have to derive a class
from the DataGridColumnStyle class, and then host the control yourself.

Hope this helps.
 

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