Method Render
Render(ListView, bool, int, int, int, int, int)
Renders the specified item to the ListView.
public void Render(ListView container, bool marked, int item, int col, int line, int width, int viewportX = 0)
Parameters
containerListViewmarkedboolitemintThe zero-based index of the item to render.
colintThe column in
listViewwhere rendering starts.lineintThe line in
listViewwhere rendering occurs.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.