Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何线索如何自动拉伸 TextBox 字体大小?
谢谢!
<Grid Name="DigitalClock" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Visibility="Collapsed"> <TextBlock Name="dClock" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"></TextBlock> </Grid>
您可以使用 aViewBox来拉伸内容以适应。
ViewBox