I would like to pre-populate my WPF Navigation queue with Pages, so that in code I just need to call
.GoForward()
and .GoBack()
(in this case I will only have 2 Pages to deal with) on myFrame
and not worry about .Navigate()
calling logic in the middle of the code. Is this possible?