GridResizeBehavior 枚举 |
命名空间: CPF.Controls
public enum GridResizeBehavior
成员名称 | 值 | 说明 | |
---|---|---|---|
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. |