DataGrid row content vertical alignment

后端 未结 9 911
借酒劲吻你
借酒劲吻你 2020-12-01 00:13

I have a regular DataGrid from WPF 4.0 RTM, where I put data from a database. In order to make clean & light style of DataGrid I use a tall/high rows and by

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 00:22

    This is my simple solution and it just works perfectly

    
        
            
                
            
        
    
    

    I set the width to 200 so you can notice the difference.

提交回复
热议问题