Class UnityTablePanelColumnWidthTests
Tests for SetMatrix(TableMatrix)'s column-width resolution: AUTO/FIXED/FLEX crossed with ResponsiveX, the widest-of-header-and-cells measurement, and a regression guard against the rows holder force-stretching content-sized rows.
Inherited Members
Namespace: Serenity.Ui.Tests.Infrastructure.Views
Assembly: Tests.dll
Syntax
public class UnityTablePanelColumnWidthTests
Constructors
UnityTablePanelColumnWidthTests()
Declaration
public UnityTablePanelColumnWidthTests()
Methods
SetMatrix_AutoColumnNotResponsiveX_CellGetsAFixedWidthFromMeasuredContent()
Declaration
public void SetMatrix_AutoColumnNotResponsiveX_CellGetsAFixedWidthFromMeasuredContent()
SetMatrix_AutoColumnResponsiveX_CellPromotesToFlexWithTheMeasuredWidthAsMinimum()
Declaration
public void SetMatrix_AutoColumnResponsiveX_CellPromotesToFlexWithTheMeasuredWidthAsMinimum()
SetMatrix_AutoColumn_MeasuresTheWidestOfHeaderAndEveryRowsCellText()
Declaration
public void SetMatrix_AutoColumn_MeasuresTheWidestOfHeaderAndEveryRowsCellText()
SetMatrix_FixedColumn_CellGetsTheExactAuthoredWidthRegardlessOfResponsiveX()
Declaration
public void SetMatrix_FixedColumn_CellGetsTheExactAuthoredWidthRegardlessOfResponsiveX()
SetMatrix_FlexColumn_CellGetsTheAuthoredFlexWeightUnchanged()
Declaration
public void SetMatrix_FlexColumn_CellGetsTheAuthoredFlexWeightUnchanged()
SetMatrix_ResponsiveXOffNotScrollableX_RowsFillTheHolderWidthSoFlexColumnsHaveSlack()
Declaration
public void SetMatrix_ResponsiveXOffNotScrollableX_RowsFillTheHolderWidthSoFlexColumnsHaveSlack()
SetMatrix_ScrollableXOn_RowsHugTheirPreferredWidthSoContentDrivesTheScrollExtent()
Declaration
public void SetMatrix_ScrollableXOn_RowsHugTheirPreferredWidthSoContentDrivesTheScrollExtent()
SetUp()
Declaration
public void SetUp()
TearDown()
Declaration
public void TearDown()