News

We spoke with Graham Knight about his WPF Table View project. WPF Table View is a lightweight data grid designed to handle very large data sets with 100,000+ rows.
Hi all, Basic info: VS2010, .Net 4.0 WPF application. I'm trying to write a dialog box that allows a user to edit a fairly simple configuration file, opened as an XMLDataProvider as an application ...
A WPF ListBox lets you display data created and stored in a SQL table. You must query the SQL database, and you use the retrieved data set to populate the ListBox items. The SQL table can contain ...