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






Specifies the WebGrid height's adjustment when work in AutoHeight mode.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the WebGrid height's adjustment")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property SizeHeightBy As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.SizeHeightBy = value
 
value = instance.SizeHeightBy
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the WebGrid height's adjustment")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public int SizeHeightBy {get; set;}
Delphi 
public read-write property SizeHeightBy: Integer; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the WebGrid height's adjustment")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set SizeHeightBy : int
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the WebGrid height's adjustment")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_SizeHeightBy();
public: __property void set_SizeHeightBy( 
   int value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the WebGrid height's adjustment")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int SizeHeightBy {
   int get();
   void set (    int value);
}

Remarks

By default, WebGrid can automatically calculate the available height in a page and use it as the height of the control. The feature called AutoLayout allows the control to automatically resize as user resized the browser. This enables the control to work in resolution-independent applications.

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.