getSize Method
According to the scroll orientation returns the DOM element Width if Infragistics.Web.UI.Orientation.Horizontal is set, otherwise when Infragistics.Web.UI.Orientation.Vertical is used returns element's Height.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getSize(
: {DomElement}
) : int; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfScrollHelper.getSize({DomElement}); |