Interface VFXScrollable

All Known Implementing Classes:
VFXGrid, VFXList, VFXPaginatedList, VFXTable

public interface VFXScrollable
Interface to quickly wrap a content in a VFXScrollPane and make it scrollable. How the wrapping is done depends on the implementing class.

It also offers two utilities to set or bind the speed of a VFXScrollPane: setSpeed(VFXScrollPane, ScrollParams, ScrollParams), bindSpeed(VFXScrollPane, ScrollParams, ScrollParams)