GridSplitter.GridResizeBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to indicate what Columns or Rows the GridSplitter resizes
public enum GridSplitter.GridResizeBehavior
type GridSplitter.GridResizeBehavior =
Public Enum GridSplitter.GridResizeBehavior
- Inheritance
-
GridSplitter.GridResizeBehavior
Fields
Name | Value | Description |
---|---|---|
BasedOnAlignment | 0 | Determine which columns or rows to resize based on its Alignment. |
CurrentAndNext | 1 | Resize the current and next Columns or Rows. |
PreviousAndCurrent | 2 | Resize the previous and current Columns or Rows. |
PreviousAndNext | 3 | Resize the previous and next Columns or Rows. |