+ 1
Button to navigate frame inside a frame already navigated to.
I have a splitview with a frame inside. when I'm in that page I want to navigate to a different page by pressing a button in the frame loaded by the splitview. I tried using the code that would navigate to a frame if the button was outside the split view and the error I got was "page is inaccessible due to its protection level" any idea on how I can get around this would be helpful
1 Respuesta
0
Something I do sometimes is make another class where I can just "pass" my private variables on.
You'll need to make a class where you can make the left frame and right frame public with a list or array.
https://code.sololearn.com/cBHbUsd6OGED/?ref=app