Search results

Virtualization API in JavaScript FileManager API control

Methods

destroy

Destroys the component.

Returns void

setUIVirtualization

Sets up UI virtualization for the large icon view.

Returns void

setUlElementHeight

Sets the height of the top and bottom elements that are used for virtualization. These elements are used to give the appearance of an infinitely scrolling list.

Returns void

wireScrollEvent

Wires or un wires the scroll event for the list element.

Parameter Type Description
destroy boolean Set true to unwire the scroll event.

Returns void