开发者

Binding SQL table to DataGridView in WPF

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)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜