我有这样的xaml代码
<Grid>
<... some grid row and column definitions .../>
<ScrollViewer Grid.Column="1" VerticalScrollBarVisibility="Auto">
<TextBlock "some attribute" />
</ScrollViewer>
</Grid>
Run Code Online (Sandbox Code Playgroud)
我不知道如何配合Textblock与Scrollviewer在C#.我想Textblock用Scrollviewer.如果您有其他想法,请告诉我.
非常感谢您的帮助.:d