开发者

Binding SQL table to DataGridView in WPF

开发者 https://www.devze.com 2022-12-15 08:08 出处:网络
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 th

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

精彩评论

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