Commit Graph

22 Commits

Author SHA1 Message Date
Thomas Nind
0dd0f2e5c4 TableView - adds last column dividing line (#1289)
* Adds a final vertical column line at the end of the last header in TableView

* Added clear line as first step in RenderRow

* Added TableStyle.EnforceMaxWidthOnLastColumn

* Added Scenario toggle setting and tests

* Fixed EnforceMaxWidthOnLastColumn when Bounds match exactly the last column width

* Fixed whitespace and comment on ColumntoRender.Width

* Renamed EnforceMaxWidthOnLastColumn to ExpandLastColumn
2021-05-10 20:58:15 -07:00
Thomas Nind
6a9e27761f Nested types for TabView and TableView (#1243)
* Made TabView classes nested

* Moved TableView classes to nested
2021-04-26 08:58:40 -07:00
Charlie Kindel
b29240f362 Code coverage (#1235)
* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* excluding test results

* Added support for viewing code coverage results with Fine Code Coverage

* add generating CC to CI/CD

* refactored unit test namespaces

* more refactoring. commented out failing test.

* Removed UnitTests and UICatalog from code coverage reporting

* made Application and test more deterministic

* disabled Multi_Thread_Toplevels because it is currently broken and don't understand why

* updated threading test per @bdisp

* testing cc badge stuff

* another test

* using coverlet.settings

* trying copy

* trying cp. duh.

* trying mv.

* wrong path

* print

* chaging badge output for testing

* yaml error

* fixed code coverage

* moved dimtests to core
2021-04-25 10:18:31 -07:00
tznind
1549d775c5 Added vertical scrollbars 2021-01-27 08:29:12 +00:00
tznind
d988a34444 Added SelectAll, better selection iteration and validation 2021-01-03 21:57:00 +00:00
tznind
df3e191a72 Added CellActivated event which occurs on Enter or double click 2020-12-31 13:38:15 +00:00
tznind
31bdec4535 Added FullRowSelect property 2020-12-31 13:09:31 +00:00
tznind
f610cc8416 better handling of unicode in table view 2020-12-31 10:06:49 +00:00
tznind
d4f14f81d2 Changed TableEditor in UICatalog to use checked menus 2020-12-30 08:05:58 +00:00
tznind
4bb9d9ac66 Fixed typo changing EventHandler to Action in UICatalog 2020-12-29 07:20:44 +00:00
tznind
81edb73785 Added SelectedCellChanged event 2020-12-29 07:18:12 +00:00
tznind
52af2a609e Fixed namespace, comments and added tests 2020-12-29 06:47:51 +00:00
tznind
e1b60fb9fa Added Format property to ColumnStyle 2020-12-16 19:47:15 +00:00
tznind
ace6251414 Support for column styles (alignment and format) 2020-12-14 13:45:34 +00:00
tznind
185f4ed4cd Added gridlines and fixed partial column rendering 2020-12-14 10:28:41 +00:00
tznind
74d4d1b895 Fixed CanFocus not being true by default for TableView 2020-11-23 09:32:24 +00:00
tznind
39b7ec4da9 Fixed indexes when closing a a large table and then opening a small table 2020-11-19 15:33:54 +00:00
tznind
cdbc37ca90 Standardisation (blank constructor, menu in example etc)
- Added blank constructor (Table is now optional and can be null, in which case control will be blank)
- Moved edit to be an F key and follow pattern of open/close seen in HexEditor
2020-11-19 15:08:50 +00:00
tznind
85f0e9667c Support for setting the value to null in example 2020-11-19 14:12:45 +00:00
tznind
6744e06041 Added edit cell values into the example in UICatalog 2020-11-19 14:11:18 +00:00
tznind
dcb020ab14 Added keyboard navigation and fixed layout/rendering issues 2020-11-19 13:09:08 +00:00
tznind
474dfbb579 Added basic table viewing 2020-11-19 12:33:14 +00:00