Class HorizontalScrollingFlowLayout

java.lang.Object
java.awt.FlowLayout
com.inductiveautomation.ignition.client.util.gui.VerticalScrollingFlowLayout
com.inductiveautomation.ignition.client.util.gui.HorizontalScrollingFlowLayout
All Implemented Interfaces:
LayoutManager, Serializable

public class HorizontalScrollingFlowLayout extends VerticalScrollingFlowLayout
Similar to the VerticalScrollingFlowLayout, this layout will lay out objects top-to-bottom, and then left-to-right in a way that is compatible with scroll panes. The scroll pane will only scroll horizontally.
See Also: