Determines whether the height of the multi view control will depend on the height of the content. If set to true then the Height property will be ignored. Note, if AutoHeight property is false and Height property is not specified then the resulting multi view height is equal to device(window client area) height.

Namespace:  C1.Web.iPhone.C1MultiView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool AutoHeight { get; set; }
Visual Basic
Public Property AutoHeight As Boolean
	Get
	Set

See Also