
Hi,
I want to adjust the space between the back and next button in the wizard to navigate. At this moment the space is zero.
What is the best way to accomplish this?
<wiz:Wizard x:Name="MyAlertWizard" WindowTitleBaseText="Alert" PageSequenceType="Stack" FinishButtonClosesWindow="False" CancelButtonClosesWindow="False" HelpButtonVisible="False"
Cancel="MyAlertWizard_Cancel" SelectedPageChanging="MyAlertWizard_SelectedPageChanging" Finish="MyAlertWizard_Finish" WindowTitleBehavior="PageTitle"
CancelButtonText="{x:Static res:Text.Cancel}" FinishButtonText="{x:Static res:Text.Finish}" NextButtonText="{x:Static res:Text.Next_}" BackButtonText="{x:Static res:Text.Back}">