I am using MyToolkit MtFrame class for paging in my UWP app. I need to change the value CanGoForward but is an only-read value.
Asked
Active
Viewed 19 times
0
-
Yes, you can't change it as it's `readonly` – Muzib Oct 18 '18 at 16:52
-
But at the beginning it is false but when calling a function it is set to true. – Rubén Màrquez Fernàndez Oct 18 '18 at 17:06
-
With GoBackAsync() the value change – Rubén Màrquez Fernàndez Oct 18 '18 at 17:13
-
It's not you, the developer, who decide whether the backward navigation can happen or not. – Muzib Oct 18 '18 at 17:25