dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Aerowizard title backgroud error when docked in an dockable form #22

Closed dahall closed 6 years ago

dahall commented 6 years ago

When i layout the aerowizard control to the dockable form (use WeiFenLuo.WinformsUI.Docking), the backgroud just is black, and i can not see the title text, can you give me a sulution, thank you!

Originally posted: 2014-12-18T23:55:44

dahall commented 6 years ago

The WizardControl is designed only to be used a child to a Form at it uses the Aero Glass effect. If you want wizard functionality in other parent containers, you will need to use the WizardContainer and attach it to your own buttons.

Originally posted: 2014-12-19T13:01:10