WPF add datagrid image column possible?

前端 未结 4 1075
抹茶落季
抹茶落季 2020-12-17 18:38

Using C#.Net 4.5, Visual Studio 2012 Ulti, WPF.

I\'ve got some old win-forms code that i wanted to do in this new WPF app.

code is the following:

<         


        
4条回答
  •  情歌与酒
    2020-12-17 19:18

    You may try add Image to DataGridTextColumn via pattern bellow. You may sorting and copy to clipboard works well. Use your converter, or binding to your property.

    
        
            
        
    
    

提交回复
热议问题