Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to determine the visibility of an element within a container with a sequence-based layout delegate and possibly scroll the element into view.
Use the fractionOfElementInView() method of a sequence-based layout such as VerticalLayout or HorizontalLayout to determine the visibility percentage value of an element within the container’s viewport and set the container’s scroll position based on the corresponding coordinate offset value returned from the getScrollPositionDeltaToElement() method of a LayoutBase-based layout.