Pivot.SelectedIndex会破坏Pivot Header

时间:2015-01-23 10:50:02

标签: c# xaml user-interface windows-phone-8.1 pivotitem

我正在编写Windows Phone 8.1应用程序(WINRT)

我在页面中有一个带有3个透视项目的Pivot。

页面加载时,我设置了Pivot.SelectedIndex = 2。因此,当页面打开时,它将转到第三个枢轴项目,但枢轴的标题仍然是第一个项目。手动点击枢轴时,标题会更新。

有什么问题?

0 个答案:

没有答案