Is there a way I can have an object take up multiple grids in Windows UA?

前端 未结 1 1003
野性不改
野性不改 2021-01-29 01:39

I\'m trying to make my first app, and I\'m having a little trouble with the grids. I\'m trying to make the left side of the screen a map, and the right side 2 boxes/grids. I\'m

1条回答
  •  Happy的楠姐
    2021-01-29 02:28

    You can't make an element "take up" multiple grids but you can make it span multiple cells by setting Grid.RowSpan or Grid.ColumnSpan as appropriate.

    e.g.

    
        
            
            
        
        
            
            
        
    
            
        
    
        
        

    0 讨论(0)
提交回复
热议问题