DataListOnPaint Method

This is overridden to draw row headers, a separator between the row panel and the header and footer/navigation button section, and to bind the rows as they scroll into view.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void OnPaint(
	PaintEventArgs e
)

Parameters

e  PaintEventArgs
The event arguments

See Also