GridResizeDirection 枚举 |
命名空间: CPF.Controls
public enum GridResizeDirection
成员名称 | 值 | 说明 | |
---|---|---|---|
Auto | 0 | Determines whether to resize rows or columns based on its Alignment and width compared to height | |
Columns | 1 | Resize columns when dragging Splitter. | |
Rows | 2 | Resize rows when dragging Splitter. |