Page Objects

Show / Hide Enable (allo user to interact with) Change XML Properties Get XAML element by name stored in a string

Read More

Passing Page AXML Objects To Methods

You may want to setup page objects using global methods you can call from within your page, for instance maybe you have a bespoke button you are using in some particular way across many pages in your application. So you want to be able to call a method, passing a pages Button object to the […]

Read More

Scrolling Page

Simply use a ScrollViewer Vertical scrolling page example Programmatically scroll a page Name your ScrollViewer and ensure scrolling is enabled The .cs code to scroll it More ScrollViewer resources FOR MORE SEE SECTION: Scroll Viewer

Read More