Specifies the mode of cell sizes calculation when scrolling is enabled.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum CellAutosizingMode
Visual Basic
Public Enumeration CellAutosizingMode

Members

Member nameDescription
ColumnWidthPriority Cell width is strictly limited by column width, either explicitly specified or determined by DefaultColumnWidth. Content exceeding cell bounds will be truncated.
CellContentPriority When cell sizes are calculated cell content size has priority over column width. If needed column width can be increased to prevent content truncating.

See Also