WebFormGridViewHeightMode Enumeration |
Describes the modes used by a gridview to manage its height.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum WebFormGridViewHeightMode
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