Table of Contents

TTMSFNCCustomScrollControlMode Enumeration

Controls whether the scroll control scrolls by exact pixel amounts or by logical item units.

API unit family: TMSFNCCustomScrollControl

Members

Name Description
scmPixelScrolling Scroll position is tracked in floating-point pixel units, enabling smooth sub-pixel scrolling.
scmItemScrolling Scroll position is tracked as an item index, snapping to item boundaries.