Class VerticalScrollingFlowLayout

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

public class VerticalScrollingFlowLayout extends FlowLayout
A modified version of FlowLayout that allows containers using this Layout to behave in a reasonable manner when placed inside a JScrollPane

Found at: http://www.javakb.com/Uwe/Forum.aspx/java-gui/1904/Flowlayout-JPanel-and-JScrollPane-Scrolling-vertically- impossible

See Also: