DataListWndProc Method

This is overridden to handle gaining the focus correctly

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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