Archive

Archives pour 08/2016

Synchronize Listbox SelectedItem with component

For synchronize SelectedItem with focused component in DataTemplate for exemple

 

Categories: wpf Tags: , , ,

DoEvents WPF

here is the common code for having DoEvents() function for WPF

place this in App class and use App.DoEvents();

Categories: wpf Tags: