标签: wpf tabcontrol scrollviewer
我有以下代码:
SELECT
问题是当程序运行时我切换到第二个tabItem,scrollBooker将滚动到按钮的开始。当我现在从第二个tabItem切换到第一个tabItem时,同样的事情发生了。
答案 0 :(得分:1)
Button的{{1}}属性为true by default,因此Focusable会滚动以关注按钮。
Button
Focusable
集
ScrollViewer
其中一个,看看有什么变化。