日期:2014-05-18 浏览次数:20881 次
<Window x:Class="test.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525" FontSize="50"> <Grid> <TextBlock TextWrapping="Wrap" ScrollViewer.VerticalScrollBarVisibility="Auto"> abcdefghijklmnopaaaa aaabbbbbbb ccccccccc cdddddddeeeeeeeeefffffffffggggggggghhhh </TextBlock> </Grid> </Window>