Adding pages to NavigationPane as an object

As part of creating the Marketing application for work, I had to use a NavigationPane in Cascades.  The idea behind the NavigationPane is to stack Pages on top of Pages in order to navigate forward and backward through the pages.  In the application I am building, there are a bunch of questions and a comment section for the user to answer.  Each of the question pages uses a ListView to display a list of choices based on an xml page. This was pretty straight forward when using the StandardListItem as the component. I had to make sure that the title Continue reading Adding pages to NavigationPane as an object