Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridWnd - how to catch a double click on the row? Collapse All
Subject Author Date
Thomas Roeder Feb 1, 2017 - 12:12 PM

Hi,

I was checking on CExtGridWnd documentation recently, but did not found the way to catch the double click event on the row.
For focus changes there is a virtual void REDIRECTED_OnGbwFocusChanged(...), but I see nothing on double click.
Could you provide me with some example how to do this?

Thanks.

Thomas Roeder Feb 22, 2017 - 3:12 PM

Thanks.
It works.

TSELLC Support Feb 2, 2017 - 8:30 AM

Hi,

Use OnGbwAnalyzeCellMouseClickEvent; check if nChar == VK_LBUTTON and nRepCnt == 2

TSELLC_Support