我使用了一个空白页面,其中我有标题,副标题和描述的文本框。我在我的应用程序中添加了一个拆分页面,我想要做的是能够从空白页面获取文本框文本并将其添加到拆分页面,在单击按钮后将显示详细信息。
我已经检查了如何动态地将项目添加到网格视图,但我希望这些项目采用拆分页面格式,您可以在其中单击左侧的项目,说明将显示在右侧。 还在splitpage.xaml.cs中看到了一些TO DO部分,它们应该绑定数据并处理所选项目,即
// TODO: Assign a bindable group to this.DefaultViewModel["Group"]
// TODO: Assign a collection of bindable items to this.DefaultViewModel["Items"]
// TODO: Invoke this.itemsViewSource.View.MoveCurrentTo() with the selected
// item as specified by the value of pageState["SelectedItem"]
// TODO: Derive a serializable navigation parameter and assign it to pageState["SelectedItem"]
我的问题是我该怎么做或者至少如何将文本框数据添加到拆分页面?任何帮助,将不胜感激。感谢