Show TOC

 TableScrollTipProviderLocate this document in the navigation structure

As long as the table visualizes a scrollbar, the application developer can apply scroll tips. These help the user to navigate in the table while scrolling. This feature makes it possible to apply information text for a specific range in the scrollbar. If the user scrolls, the information text is displayed next to the scrollbar handle while scrolling in the specified range.

More information: Implementing TableScrollTips

 
Description of UI Element Properties
  • dataSource

    Determines the data source of the TableScrollTipProvider. You can use this to specify the path to the context node providing the data.

  • startRow

    Specifies the starting point of the range. The end of the range is specified by the next scroll tip or by the end of the whole collection.

  • text

    The underlying information text for the specified range.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

dataSource

IWDTableScrollTipProvider

Object

 

bindable_mandatory

startRow

IWDTableScrollTipProvider

int

0

bindable_mandatory

text

IWDTableScrollTipProvider

String (Translatable text)

 

bindable_mandatory