Click or drag to resize

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
C#
public enum WebFormGridViewHeightMode
Members
  Member nameValueDescription
Fixed0 Height is fixed to 'Height' value and will not change.
Dynamic1 Height is totally dynamic and will grow accordingly to its data.
DynamicLimited2 Height is limited to min 100px and max 'Height' value. Height is dynamic between these values.
Resizable3 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