Scrolling

Properties

Property Description
TXTextControl.ScrollBars Returns or sets a value indicating whether a Text Control has horizontal or vertical scroll bars.
TXTextControl.ScrollPosX Specifies the position of the horizontal scroll bar in twips.
TXTextControl.ScrollPosY Specifies the position of the vertical scroll bar in twips.

Events

Event Description
TXTextControl.AutoScroll This event occurs when the cursor leaves the visible portion of a Text Control's client area whilst a text selection is being expanded with the mouse.
TXTextControl.CaretOut Occurs when the current input position indicated through the caret has been moved to a control that is completely out of the visible area.
TXTextControl.CaretOutBottom Occurs when the current input position indicated through the caret has been moved out of the visible area at the bottom.
TXTextControl.CaretOutLeft Occurs when the current input position indicated through the caret has been moved out of the visible area at the left side.
TXTextControl.CaretOutRight Occurs when the current input position indicated through the caret has been moved out of the visible area at the right side.
TXTextControl.CaretOutTop Occurs when the current input position indicated through the caret has been moved out of the visible area at the top.
TXTextControl.HScroll Occurs when the horizontal scroll position has been changed.
TXTextControl.VScroll Occurs when the vertical scroll position has been changed.