如何定义网格大小以便根据wpf中的TextBlock内容增加和减少?
答案 0 :(得分:0)
嘿,以下代码段将SizeToContent
设置为WidthAndHeight。
<Window x:Class="WindowSample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="WPF Window Sample"
Width="300" Height="200" Left="500" Top="500"
SizeToContent="WidthAndHeight" >