문제

I have been working on wp8 app. My problem about textblock line. When I open a property I can see first 77 lines. But some properties really long and if it pass 77 lines I can't see after lines!

My Code

<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
        <ScrollViewer>
            <TextBlock Text="{Binding Poetries}" TextWrapping="Wrap" FontSize="24" Foreground="#362104" FontFamily="Comic Sans MS"/>
        </ScrollViewer>
    </Grid>

enter image description here

I hope I can explain.

Thanks.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top