menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnSizer - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnSizer

    Defines constants that specify how elements in a SfDataGrid are sized.

    Inheritance
    System.Object
    ColumnSizer
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class ColumnSizer : Enum

    Fields

    Auto

    The unit of measure is based on the maximum content size of either the header or record data.

    Declaration
    public const ColumnSizer Auto
    Field Value
    Type
    ColumnSizer

    LastColumnFill

    The unit of measure is based on the default column size with Last column fill.

    Declaration
    public const ColumnSizer LastColumnFill
    Field Value
    Type
    ColumnSizer

    None

    The unit of measure is a fixed value.

    Declaration
    public const ColumnSizer None
    Field Value
    Type
    ColumnSizer

    SizeToHeader

    The unit of measure is based on the size of the header data.

    Declaration
    public const ColumnSizer SizeToHeader
    Field Value
    Type
    ColumnSizer

    Star

    The unit of measure is a weighted proportion of the available space.

    Declaration
    public const ColumnSizer Star
    Field Value
    Type
    ColumnSizer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved