Hi All.
In my WPF form would like to filter listview by date between two DatePickers DateFrom and DateTo. If is it possible how to do it?
Thanks.
Printable View
Hi All.
In my WPF form would like to filter listview by date between two DatePickers DateFrom and DateTo. If is it possible how to do it?
Thanks.
Moved to WPF, WCF, WF
Is the listview bound to a collection of a specific class or are you just adding strings or something to it manually?
Also, what DatePicker control are you using? As the current version of WPF does not have one, you must either be using the winforms one or you are using WPF 4 in the Visual Studio 2010 BETA