News

Cross Platform C# Data Binding a Custom Cell in Xamarin.Forms ListView The ListView in Xamarin.Forms has a lot of options, and the ability to use a custom cell is one of the more useful features. By ...
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 ...
WPF 4.5 has improved its support for multi-threaded data binding, but the technique is still risky. This report attempts to explain how it works and what’s involved in using it safely.
I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...