Re-sort WPF DataGrid after bounded Data has changed

前端 未结 5 2144
眼角桃花
眼角桃花 2020-12-14 06:43

I am looking for a way to re-sort my DataGrid when the underlying data has changed.

(The setting is quite standard: Th

5条回答
  •  情歌与酒
    2020-12-14 07:23

    The answer by sellmeadog is either overly complicated or out of date. It's super simple. All you have to do is:

    
        
    
    
    ...
    

提交回复
热议问题