![Avatar](https://secure.gravatar.com/avatar/409ddd7931e007c5f640c9168e532cc8.jpg?s=64&d=identicon&r=g)
We have a license for the Wizard control. I noticed the wizard control loads all the pages when it is initialized.
In your documentation it states I can "Lazily initialize pages if needed."
Can you tell me how to lazy initialize the wizard pages? Is it a property on the wizard? I've searched your forums, looked in the docs, etc and cannot find how to do it.
Currently I see the Loaded event being fired on all the child controls for each page. I'm hoping lazy page initialization well solve this so the Loaded event will only fire on the first page in the wizard when my app is first ran.
Can you provide some guidance? Is there a property I can set on the wizard?
In your documentation it states I can "Lazily initialize pages if needed."
Can you tell me how to lazy initialize the wizard pages? Is it a property on the wizard? I've searched your forums, looked in the docs, etc and cannot find how to do it.
Currently I see the Loaded event being fired on all the child controls for each page. I'm hoping lazy page initialization well solve this so the Loaded event will only fire on the first page in the wizard when my app is first ran.
Can you provide some guidance? Is there a property I can set on the wizard?