Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
is it poosible to have DataGridView in WPF rather than DataGrid

thanks in advance
Posted

1 solution

You can, but you'll have to house it in a WindowsFormHost, which I would not recommend. That's basically a shim control that will host WinForms controls and as such sits on top of the WPF UI. It can have some very undesired affects.

I would really try and get to grips with the DataGrid as that has all the same functionality.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900