Table of Contents

TTMSFNCTimelineInteraction Class

Interaction settings that control which timeline elements can be moved or resized by the user and how mouse-wheel scrolling behaves.

API unit family: TMSFNCTimeline Inherits from: TPersistent

Syntax

TTMSFNCTimelineInteraction = class(TPersistent)

Properties

Name Description
CanMoveIndicator When True, the user can drag indicators to move them along the timeline.
CanMoveIndicatorWithAnnotation When True, dragging an indicator also moves its annotation callout as a unit.
CanMoveSection When True, the user can drag sections to move them along the timeline.
CanSizeSectionEnd When True, the user can drag the end edge of a section to resize it.
CanSizeSectionStart When True, the user can drag the start edge of a section to resize it.
InvertedMouseDrag When True, the mouse-drag pan direction is inverted.
InvertedMouseScroll When True, the mouse-wheel scroll direction is inverted.