How to Add ListView control as Row of Window Form DataGrid

  • Thread starter Thread starter TusharP
  • Start date Start date
T

TusharP

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

Please help me....
Thanking You
TusharP.
 
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.
 
Back
Top