WPF DataBinding, 3D, Graphics, Controls, Silverlight
Browse by Tags
All Tags »
Data Binding (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
An easy way for formatting data according to our needs in WPF data binding is to use a Converter alongwith a ConverterParameter. As seen below, all we need to do is write a converter which takes Format String as a parameter. Inside the converter we can...
|
-
|
We often need to implement master-detail scenarios in our applications. ListBox (also ComboBox) has a property called IsSynchronizedWithCurrentItem which makes it very easy to implement master-detail scenarios. You can set the IsSynchronizedWithCurrentItem...
|
More Posts