Skip to main content
Ali Esmailpor
Associate II
May 18, 2020
Question

WM_NOTIFY_PARENT does not work for Listbox!

  • May 18, 2020
  • 0 replies
  • 513 views

Hi,

I'm working on a Window that contains a Listbox and some buttons. When I touch Listbox's area, it just sends WM_TOUCH_CHILD into the Callback and it does not send WM_NOTIFY_PARENT. Why?

Although, if I have a Listview after a touch it goes me through to Callback with WM_TOUCH_CHILD, WM_NOTIFY_PARENT and WM_NOTIFICATION_CLICKED that I can get what happened.

This topic has been closed for replies.