Class UICollectionLayoutSectionOrthogonalScrollingBehavior


  • public final class UICollectionLayoutSectionOrthogonalScrollingBehavior
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Continuous
      Standard scroll view behavior: UIScrollViewDecelerationRateNormal
      static long ContinuousGroupLeadingBoundary
      Scrolling will come to rest on the leading edge of a group boundary
      static long GroupPaging
      Fractional size paging behavior determined by the sections layout group's dimension
      static long GroupPagingCentered
      Same of group paging with additional leading and trailing content insets to center each group's contents along the orthogonal axis
      static long None
      default behavior.
      static long Paging
      Standard scroll view paging behavior (UIScrollViewDecelerationRateFast) with page size == extent of the collection view's bounds
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        default behavior. Section will layout along main layout axis (i.e. configuration.scrollDirection)
        See Also:
        Constant Field Values
      • Continuous

        public static final long Continuous
        Standard scroll view behavior: UIScrollViewDecelerationRateNormal
        See Also:
        Constant Field Values
      • ContinuousGroupLeadingBoundary

        public static final long ContinuousGroupLeadingBoundary
        Scrolling will come to rest on the leading edge of a group boundary
        See Also:
        Constant Field Values
      • Paging

        public static final long Paging
        Standard scroll view paging behavior (UIScrollViewDecelerationRateFast) with page size == extent of the collection view's bounds
        See Also:
        Constant Field Values
      • GroupPaging

        public static final long GroupPaging
        Fractional size paging behavior determined by the sections layout group's dimension
        See Also:
        Constant Field Values
      • GroupPagingCentered

        public static final long GroupPagingCentered
        Same of group paging with additional leading and trailing content insets to center each group's contents along the orthogonal axis
        See Also:
        Constant Field Values