PFGridView_HeightMode Enumeration |
Describes the modes used by a gridview to manage its height.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFGridView_HeightMode
Members
| Member name | Value | Description |
---|
| Fixed | 0 |
Height is fixed to 'Height' value and will not change.
|
| Dynamic | 1 |
Height is totally dynamic and will grow accordingly to its data.
|
| DynamicLimited | 2 |
Height is limited to min 100px and max 'Height' value. Height is dynamic between these values.
|
| Resizable | 3 |
Height is limited between min 100px and max 800px.
Can be resized by user between these values. Default height is fixed by 'Height' value.
|
See Also