how to make uniformgrid vertically

前端 未结 3 579
温柔的废话
温柔的废话 2021-01-04 02:12

I\'m using UniformGrid and it\'s making the items display horizontally. Is there a way to make it display vertically?



        
3条回答
  •  旧时难觅i
    2021-01-04 02:38

    I'm a bit latER to the party, but for posterity's sake:

    I'm just starting out with xaml and came across this problem today. For simplicity's sake, I ended up wrapping single-column UniformGrids in a multi-column, single-row UniformGrid:

    
        
            
        
        
            
        
        
            
        
    
    

提交回复
热议问题