Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation Issue Between Pages in AeroWizard #104

Open
pionut196 opened this issue Oct 14, 2024 · 0 comments
Open

Navigation Issue Between Pages in AeroWizard #104

pionut196 opened this issue Oct 14, 2024 · 0 comments

Comments

@pionut196
Copy link

pionut196 commented Oct 14, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant