How can I bound开发者_如何学编程 SQL table to datagridview in WPF?
I believe you're referring to the DataGrid
object (?), but this page should have all the information you need on it.
We can not use this DataGridView directly. To use this we have to add two references named as:
System.Windows.Forms (Refers to the controls we are building a wrapper for) WindowsFormsIntegration (which holds the WindowsFormsHost control we'll use)
精彩评论