Table of Contents

TTMSFNCDataGridDataAdapterScrollMode Enumeration

Controls scroll behaviour when the adapter refreshes the grid data.

API unit family: TMSFNCDataGridData

Members

Name Description
ascmNone No automatic scrolling occurs when the adapter updates data.
ascmNormal The grid scrolls to the top (or beginning) after the adapter refreshes data.
ascmKeepSelection The grid scrolls to keep the previously selected row visible after the adapter refreshes data.