* trying to make it work
* Fixes#1849. Wizard as non-modal doesn't work
* Fixes#1855. Window and Frame content view without the margin frame.
* Fixing layout of non-modal
* WizardSTep is now a FrameView
* Now use Modal = false to set visual style automatically
* Removed Controls as an explicit construct. Now just Add to WizardStep
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Fixes#1791. Added Pos/Dim Function feature to automate layout.
* Added PosFunc/DimFunc class. and some more features.
* Fixes#1793. ScrollBarView is hiding if the host fit the available space.
* Fixes#1791. View not turn off AutoSize if TextFormatter.Size fit the Anchor.
* Done requested changes.
* Addressing feedback
* Added more AutoSize unit tests.
* wip
* Refactored and enhanced API
* Fixed test
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Initial commit for Wizard
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Work in progress
* Added tests for wide chars
* Tests
* more tests
* wip
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* broke tests. can't figure out how.
* Revert "broke tests. can't figure out how."
This reverts commit f3c53928ac.
* Fixed unit tests
* Reverted workaround that doesn't work
* Refactor and cleanup