ScrollViewerの最大高さを設定する必要があり、スクロールバーのVisibilityをAutoに設定することができます。ここで
はmsdnからの例です:
<ScrollViewer Height="200" Width="200" HorizontalScrollBarVisibility="Auto" Canvas.Top="60" Canvas.Left="340">
<TextBlock Width="300" TextWrapping="Wrap"
Text="I am the very model of a modern Major-General, I've information vegetable, animal, and mineral, I know the kings of England, and I quote the fights historical, From Marathon to Waterloo, in order categorical; I'm very well acquainted, too, with matters mathematical, I understand equations, both the simple and quadratical, About binomial theorem I'm teeming with a lot o' news, With many cheerful facts about the square of the hypotenuse." />
</ScrollViewer>
働いていませんか?そのコードは私にとってはうまく見えます。テキストを追加してスクロールしてみてください。 – keyboardP
スクロールすることはできません –
'ScrollViewer'に高さの値を与えてみてください。 – keyboardP