refresh method

void refresh(
  1. int start,
  2. int end
)

Forces a redraw of rows start..end (inclusive), e.g. after a layout change that left the canvas stale.

Implementation

external void refresh(int start, int end);