logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    UnityTablePanelColumnWidthTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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()
    In this article
    © 2026 Serenity. All Rights Reserved