Dynamic Windows Function [dw_container_cursor_by_data]
Syntax
void dw_container_cursor_by_data(HWND handle, void *data)
Parameters
HWND handle: Handle to the window (widget) to be queried.
void *data: Data pointer associated with the row.
Description
Cursors the item with the data specified, and scrolls to that item.
Remarks
This API was introduced in version 3.0.