是否可能有一个Label或TextBlock大小的文本的大小本身填充它的父容器?
谢谢,
标记
<!-- Big grID,will stretch its children to fill itself --><GrID WIDth="1000" Height="1000"> <!-- The button is @R_334_4041@,but its text remains teeny tiny --> <button> <!-- The vIEwBox will stretch its content to fit the final size of the button --> <VIEwBox margin="4" VerticalAlignment="Stretch" Height="auto"> <!-- The textblock and its contents are @R_334_4041@ to fill its parent --> <TextBlock Text="bartenders" /> </VIEwBox> </button></GrID>总结
以上是内存溢出为你收集整理的WPF/Silverlight XAML拉伸文本大小以适应容器?全部内容,希望文章能够帮你解决WPF/Silverlight XAML拉伸文本大小以适应容器?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)