* Fix TableView multi selections extending to -1 indexes
* Add to test confirmation that the main active cell also didn't get pushed off
* Tidy up formatting
* Fixed not calling Application.Shutdown in tests and made it easier to diagnose which test is not shutting down
* 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
* Fixes the throwing an exception if menu item is null.
* UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true.
* Refactoring the code.
* Trying fixing the Run_All_Scenarios unit test.
* Fixing typo to test again.
* Added Attribute suffix to he AutoInitShutdown class.
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Added tests for wide chars
* more tests
* 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
* Fixes#1739. Setting menu UseKeysUpDownAsKeysLeftRight property as false by default.
* Fixed some more bugs and added support for UseKeysUpDownAsKeysLeftRight on the demo file.
* Fixed TableView always showing selected cell(s) even when not focused
* Changed CsvEditor label to a text field to show focus changing and allow manually entering a cell
* Fixed TableView_ColorsTest_ColorGetter and improved Exception when wrong colors are used
* Added full focused/not test suite for TableView
* Fixes#1769. Supports a minimum view size for non-automatic size views.
* Only sets the minimum view size if it has text for non-autosize views.
* Added Dim unit tests for views with text.
* Implementations to allow a WebConsole feature
* Preventing application hanging on the RunLoop.
* Implementations to allow a WebConsole feature
* Preventing application hanging on the RunLoop.
* Making WantContinuousButtonPressedView public.
* Added TimeoutAdded event.
* Fixes unit test for WantContinuousButtonPressedView.
* Changes as requested resolved.
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Support for flexible column widths in TableView
* Fixed not respecting min width of MinAcceptableWidth an added UICatalog support
* Added menu options for SmoothHorizontalScrolling and setting all MinAcceptableWidth to 1
* spelling fix