DataListWndProc Method
This is overridden to handle gaining the focus correctly
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void WndProc(
ref Message m
)
Protected Overrides Sub WndProc (
ByRef m As Message
)
protected:
virtual void WndProc(
Message% m
) override
abstract WndProc :
m : Message byref -> unit
override WndProc :
m : Message byref -> unit
Parameters
- m Message
- The message
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.