Unable to set DataGridColumn's ToolTip

前端 未结 5 1534
春和景丽
春和景丽 2021-01-01 21:22

I tried the following:



        
5条回答
  •  渐次进展
    2021-01-01 22:12

    pls, check if the code below would work for you, it should be displaying tooltips for columns headers and cells, cell's tooltip should be bent the Description field of the data object:

    
    
        
            
        
    
        
            
        
    
    

    solution found here: 5 Random Gotchas with the WPF DataGrid

提交回复
热议问题