You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, a call to tableview_select(....) should scroll the view so that the selected row is visible.
In my case, this row is consistently a few rows below the bottom of the table (if it is tall enough to fall below the view bottom), and thus not visible.
I have to use view_scroll_y((View *) myTableview, pos); with the appropriate values to cause it to be visible.
The text was updated successfully, but these errors were encountered:
According to the documentation, a call to
tableview_select(....)
should scroll the view so that the selected row is visible.In my case, this row is consistently a few rows below the bottom of the table (if it is tall enough to fall below the view bottom), and thus not visible.
I have to use
view_scroll_y((View *) myTableview, pos);
with the appropriate values to cause it to be visible.The text was updated successfully, but these errors were encountered: