IgnoreInvisibleFieldsInGrowShrinkSections Property (BehaviorOptions)
In This Topic
Gets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections.
Syntax
'Declaration
Public Property IgnoreInvisibleFieldsInGrowShrinkSections As Boolean
public bool IgnoreInvisibleFieldsInGrowShrinkSections {get; set;}
See Also