Skip to content

v2.4.1 - Introduced TableColumnDpWidthModel

Compare
Choose a tag to compare
@ISchwarz23 ISchwarz23 released this 18 Nov 15:47
· 59 commits to master since this release

New Features:

  • TableColumnDpWidthModel which enables fixed sizing of columns by defining the column widths in density-indipendent pixels
  • TableColumnPxWidthModel is the follwer the TableColumnWidthModel which enables fixed sizing of columns by defining the column widths in pixels

Deprecated:

  • TableColumnWidthModel is now deprecated. Use the TableColumnPxWidthModel instead.