* Fixes#1800. TextView now uses the same colors as TextField.
* Replacing the textview to default in some scenarios.
* Removing TextView ColorScheme from the Wizard component.
* Changing someText color to be different from the help text color.
* Renamed some color methods as requested.
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
* Added AutoSize. CalcRect calculates vertical. Fixes Draw bug.
* Added TextDirection constructor. Ensuring set frame on Pos/Dim absolute. Improves AutoSize.
* Added a scenario for the AutoSize and TextDirection.
* Added more unit tests.
* Fixing some broken scenarios.
* Fixes others TextDirection that was not working.