Search Results

0
votes
4answers
308 views

WPF Sort ListView by Date

Hi. I have a WPF ListView with a column that has dates in it. I would like a way to custom sort the dates (by date value, rather than string value). Is there a way to do this? Right now I am us …
0
votes
2answers
270 views

WPF Popup ZOrder

Hi, I am using a WPF Popup, but it popups up above every single window on my desktop, even when my application is minimized. How can I make it stay only on the window it originated? The same thin …