Skip to content

Back button not disabling #1

@ekramer121

Description

@ekramer121

Having an odd issue where I am attempting to toggle the enabled state of the back button when pages are shown but it doesn't seem to work. The back button is always enabled. The next button toggles just fine though.

// This works
this.advancedWizardControl.NextButtonEnabled = false;

// This does nothing.
this.advancedWizardControl.BackButtonEnabled = false;

Clarification Edit:

When a given page is shown, I set the backButtonEnabled setting to false. I am attempting to disable the Back and/or Next button depending on what options the user has selected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions