DataListWndProc Method

This is overridden to handle gaining the focus correctly

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void WndProc(
	ref Message m
)

Parameters

m  Message
The message

Remarks

Normal focusing behavior returns the focus to the first row or last row. This is overridden to keep the focus on the last selected row.

See Also