Enums

The following enums are available in the Dropdown List component:

NameValueDescription
ScrollMode
'FetchAll' | 'FetchViewPort'

Specifies the scroll mode used by virtualization for remote data.

  • FetchAll - Specifies that the entire dataset is fetched in a single request.
  • FetchViewPort - Specifies that only data for the visible viewport is fetched from the server.