You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing difficulties navigating between pages in the AeroWizard control within my application. Despite selecting the next button, I cannot transition to the subsequent page. I’ve checked the properties and followed the instructions from various resources, including GitHub issues #93 and #100, but the problem persists.
Could you please provide guidance or a solution for this navigation issue?
Steps to Reproduce in Visual Studio 2022 Comunity:
Add a StepWizardControl to the form.
Add 2 or 3 pages
Attempt to navigate to the next page from visual studio form editor
How i managed to get over this problem:
Simply change the page order.
Temporary Solution: To work around this issue, I found that changing the page order allows me to access and modify the desired pages. For instance, if I need to edit page 2 but can only view page 1, I can change the order of the pages in the Properties window on the right side. Click on "Pages" (collections) and use the arrows to move page 2 to the top.
At the moment i need to change the pages order to be able to modify content on them!
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
I'm experiencing difficulties navigating between pages in the AeroWizard control within my application. Despite selecting the next button, I cannot transition to the subsequent page. I’ve checked the properties and followed the instructions from various resources, including GitHub issues #93 and #100, but the problem persists.
Could you please provide guidance or a solution for this navigation issue?
Steps to Reproduce in Visual Studio 2022 Comunity:
How i managed to get over this problem:
Temporary Solution: To work around this issue, I found that changing the page order allows me to access and modify the desired pages. For instance, if I need to edit page 2 but can only view page 1, I can change the order of the pages in the Properties window on the right side. Click on "Pages" (collections) and use the arrows to move page 2 to the top.
At the moment i need to change the pages order to be able to modify content on them!
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: