|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You can insert a blank page after your "real" last page. Just handle the NextClicked event and prevent it from going to that page. The control inheriantly disallows end-users from "hurting" themselves by automatically taking account of the last page. Another option is to just change the text of the finish button. You can also set the "ShowFinishButtonAsDistinctButton" property to false. This way the Next and finish buttons share the same space and will never be disabled.
|