Library WinForms NextSuite .NET Controls NextGrid .NET Reference Enumerations nxBestFitMode

nxBestFitMode

cs
public enum nxBestFitMode
{
    Header,
    Cells,
    Both
}

NameMeaning
HeaderContent of header is measured
CellsAll cells are measured and a widest is selected.
BothBoth header and cells are measured.

Sign in