Search completed in 1.05 seconds.
4 results for "nsIScrollBoxObject":
scrollBoxObject - Archive of obsolete content
ArchiveMozillaXULPropertyscrollBoxObject
« xul reference scrollboxobject type: nsiscrollboxobject the scroll box object implements the nsiscrollboxobject interface, which may be used to retrieve and adjust the scroll position of the list box.
arrowscrollbox - Archive of obsolete content
ArchiveMozillaXULarrowscrollbox
scrollboxobject type: nsiscrollboxobject the scroll box object implements the nsiscrollboxobject interface, which may be used to retrieve and adjust the scroll position of the list box.
richlistbox - Archive of obsolete content
ArchiveMozillaXULrichlistbox
scrollboxobject type: nsiscrollboxobject the scroll box object implements the nsiscrollboxobject interface, which may be used to retrieve and adjust the scroll position of the list box.
scrollbox - Archive of obsolete content
ArchiveMozillaXULscrollbox
do this instead: var xpcominterface =scrollbox_element.boxobject.queryinterface( components.interfaces.nsiscrollboxobject); xpcominterface.ensureelementisvisible(child_element_to_make_visible); see the nsiscrollboxobject api for other scroll-related methods.