WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridNestedAxisLayout

    Show / Hide Table of Contents

    Enum GridNestedAxisLayout

    Defines the ways of nesting a grid inside another grid.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridNestedAxisLayout

    Fields

    Name Description
    Nested

    Rows and columns are nested inside a single row or column in parent grid.

    Normal

    Maintain own sizes, independent of parent grid.

    Shared

    Share row or column sizes with parent grid.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved