Category Archives: WPF

Updating WPF windows from background threads

One of the most confusing things to do in a Windows application is to update your window or its controls from a background thread. Window controls will only allow updates from the main application thread. This problem existed back in … Continue reading

Posted in WPF | Tagged , , | Comments Off on Updating WPF windows from background threads

Building a ListView with Checkboxes in WPF

So, in my work to build the GUI for my DMF project, I came across a need for a list view with check boxes in the first column. I was creating a dialog window for editing a user account, and … Continue reading

Posted in WPF | Tagged , , , | Comments Off on Building a ListView with Checkboxes in WPF