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

Can't add controls to commandArea. #48

Closed dahall closed 5 years ago

dahall commented 5 years ago

It would be really great if you could make a release with a public property ThemedTableLayoutPanel CommandArea { get { return this.commandArea; } }
This way it would be easy to add more buttons to the command area, cuz now at classic win7 theme or windows xp classic theme added buttons are not at the same height as cancel or next buttons. Due to the fact that commandArea is docked at bottom and Cancel, as well as Next buttons have bottom anchor and my added buttons do not have this anchor to commandArea.

Originally posted: 2013-01-25T10:00:01

dahall commented 5 years ago

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

Originally posted: 2013-01-25T13:39:38