Align items in a stack panel?

前端 未结 9 1218
我寻月下人不归
我寻月下人不归 2020-12-04 10:23

I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked to the right side of the StackPanel.

I tried the

9条回答
  •  無奈伤痛
    2020-12-04 11:02

    For those who stumble upon this question, here's how to achieve this layout with a Grid:

    
        
        
    
    

    creates

    Server:                                                                   http://127.0.0.1
    

提交回复
热议问题