Files
Terminal.Gui/UnitTests
Thomas Nind 7e04e31953 Table scroll fix (#1627)
* TableView scroll down goes one line at a time

Fixes #1626

* Removed accidentally committed test

* Updated test comments

* Added TableStyle.SmoothHorizontalScrolling

* Add explicit break into while for when scrolled to last column.

* Added tests for SmoothHorizontalScrolling
2022-03-17 01:56:21 -07:00
..
2021-08-26 07:55:19 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2020-06-07 22:20:12 -06:00
2021-04-25 10:18:31 -07:00
2022-03-17 01:56:21 -07:00
2020-06-07 21:44:03 -06:00

Automated Unit Tests

Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.

See the Testing wiki for details on how to add more tests.