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