Method Render
Render(ListView, bool, int, int, int, int, int)
Renders the specified item to the ListView.
void Render(ListView listView, bool selected, int item, int col, int row, int width, int viewportX = 0)
Parameters
listViewListViewThe ListView to render to.
selectedboolitemintThe zero-based index of the item to render.
colintThe column in
listViewViewport where rendering starts.rowintThe row in
listViewViewport where rendering starts.widthintThe width available for rendering.
viewportXintThe horizontal scroll offset.
Remarks
ListView calls this method for each visible item during rendering. The color scheme will be set based on selection state before this method is called.
Implementations must fill the entire width to avoid rendering artifacts.