FlexGrid for WinRT
GridResizeBehavior Enumeration

Specifies the rows or columns that are resized by the C1GridSplitter control.
Syntax
'Declaration
 
Public Enum GridResizeBehavior 
   Inherits System.Enum
public enum GridResizeBehavior : System.Enum 
Members
MemberDescription
BasedOnAlignmentSpace is redistributed based on the value of the FrameworkElement.HorizontalAlignment and FrameworkElement.VerticalAlignment properties.
CurrentAndNextFor a horizontal C1GridSplitter, space is redistributed between the row that is specified for the C1GridSplitter and the next row that is below it. For a vertical C1GridSplitter, space is redistributed between the column that is specified for the C1GridSplitter and the next column that is to the right.
PreviousAndCurrentFor a horizontal C1GridSplitter, space is redistributed between the row that is specified for the C1GridSplitter and the next row that is above it. For a vertical C1GridSplitter, space is redistributed between the column that is specified for the C1GridSplitter and the next column that is to the left.
PreviousAndNextFor a horizontal C1GridSplitter, space is redistributed between the rows that are above and below the row that is specified for the C1GridSplitter. For a vertical C1GridSplitter, space is redistributed between the columns that are to the left and right of the column that is specified for the C1GridSplitter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.GridResizeBehavior

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Xaml Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback