点击或拖拽改变大小

GridResizeBehavior 枚举

Enum to indicate what Columns or Rows the GridSplitter resizes

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public enum GridResizeBehavior
成员
  成员名称说明
BasedOnAlignment0 Determine which columns or rows to resize based on its Alignment.
CurrentAndNext1 Resize the current and next Columns or Rows.
PreviousAndCurrent2 Resize the previous and current Columns or Rows.
PreviousAndNext3 Resize the previous and next Columns or Rows.
参见