Intersoft WebGrid Documentation
AutoHeight Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : AutoHeight Property






Specifies whether WebGrid will calculate its height automatically based on available page's height.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether WebGrid will calculate its height automatically based on available page's height.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AutoHeight As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AutoHeight = value
 
value = instance.AutoHeight
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid will calculate its height automatically based on available page's height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool AutoHeight {get; set;}
Delphi 
public read-write property AutoHeight: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether WebGrid will calculate its height automatically based on available page's height.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set AutoHeight : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid will calculate its height automatically based on available page's height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_AutoHeight();
public: __property void set_AutoHeight( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid will calculate its height automatically based on available page's height.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool AutoHeight {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.