Skip to content

Console Tools v1.2.0

Compare
Choose a tag to compare
@lastunicorn lastunicorn released this 17 Aug 18:19
· 5 commits to main since this release
0b84aa4
  • [bugfix ] DataGrid: Automatically hide empty header row if it has no header content.
  • [feature] DataGrid: Added IsVisible property for columns.
  • [bugfix ] DataGrid: Fixed incomplete rendering problem when using StreamTablePrinter.
  • [feature] DataGrid: Added support for displaying horizontal border lines between any two content rows.
  • [feature] DataGrid: Implemented grid MinWidth and MaxWidth.
  • [feature] DataGrid: Added top and bottom padding to the data grid cells.
  • [feature] DataGrid: Added ContentOverflow property for cells to control the overflow behavior.
  • [feature] DataGrid: Added an optional EmptyMessage to be displayed when there are no content rows in the grid.
  • [feature] HorizontalLine: Added a QuickDisplay method that allows the caller to change properties on the control before displaying it.
  • [feature] DataGrid: Added DefaultContent for cells to be displayed when the cell has no explicit content.