Hi
Is there any way to display scrollabletext in loose xaml? The equivalent in HTML would be
<div style="overflow:scroll">some long bit of text here</div>
Can you do this in loose xaml? From my experiments so far it seems that in loose xaml
a) you cannot use TextBox it must be TextBlock b) TextBlock doesn't seem to have any styling settings which would make it scrollable c) ScrollViewer doesn't seem to be allowed in loose xaml
Any help gratefully appreciated.
Steve