in

WPF Design and Development

IdentityMine Team Blogs

Browse by Tags

  • Differences between the WPF and Silverlight 2 model

    What are the differences between the WPF and Silverlight 2 model? If you have worked with WPF before you started working with Silverlight (like me!), then this is no doubt a key question lingering in your mind. I understand that Microsoft is planning to publish such a list, and that would be great when...
    Posted to Jim Mangaly (Weblog) by Anonymous on 04-18-2008
  • Formatting data in WPF DataBinding.

    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 format the data based on the Format String passed...
    Posted to Sajiv Thomas (Weblog) by Sajiv on 08-03-2007
  • Implementing Master-Detail made easy in WPF.

    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 property to true to ensure that the item selected...
    Posted to Sajiv Thomas (Weblog) by Sajiv on 03-26-2007
Page 1 of 1 (3 items)
© 2007 IdentityMine, Inc.
Powered by Community Server (Commercial Edition), by Telligent Systems