如何在我的内容之上设置滚动条(使用ScrollViewer)?

时间:2016-07-02 03:52:46

标签: wpf xaml mvvm uiscrollview

我希望将滚动条添加到可调整大小的窗口中 - 我目前正在使用ScrollViewer来执行此操作。水平和垂直滚动条都会出现,但是当窗口调整大小时,两个滚动条都会在窗口内容后面。如何在内容之上设置水平和垂直滚动条?

代码段:

if("Software Engineering ".equals(sm1)){ String s1 = txt1.getText(); int t1 = Integer.parseInt(s1); double avg; avg = t1/15*100; String finalanswer = Double.toString(avg); ans.setText(finalanswer);

WindowStyle = ToolWindow和SizeToContent = WidthandHeight

视图正在加载由第三方托管的研究调查页面。

Window的屏幕截图:Scrollbar behind content

Scrollbar behind content

0 个答案:

没有答案