blend问题
我有一个border,显示在红点的右侧
我想根据border里面的内容让这个border的高度自适应
请问怎么弄?
现在border代码是这样
<Border BorderBrush="Black" BorderThickness="1" Margin="0,-1,-44,89" Grid.Row="1" Height="auto" HorizontalAlignment="Right" Grid.RowSpan="2" Width="83"> <StackPanel><TextBlock>aaaaaa</TextBlock></StackPanel></Border>