LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


isScrollBarVisible(name, type)

Checks whether scrollbar is visible in TreeGrid.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
type (optional)StringA String which determines the type of scrollbar

Return Value

True if the scrollbar is visible, otherwise false.

Remarks

This method is part of IntegralUITreeGridService.

Type parameter can accept either: 'horizontal' or 'vertical' values. Depending on its value, a check for horizontal or vertical scrollbar visibility is determined. If this parameter is omitted, the check is processed in both cases.

Version Information

Supported in: v1.0.

See Also