I have an xml file which I am reading into an IEnumerable using linq, now rather than listing every entry using a listbox on one page, id like to show one record on a page.
I’ve found a blog article on the subject
But it is using MVVM, how do I go about just loading one record into a form and making it cycle through to records.
If you don’t want to use MVVM then you can name your controls and then refer to them by that name in the code behind.
xaml:
cs: