Hi,
I coded a combobox as a list, and i show/hide the list when its pressed, my problem is that i cant hide it when mouse pressed in other area anchors of the main screen
thanks
Ram
Hi,
I coded a combobox as a list, and i show/hide the list when its pressed, my problem is that i cant hide it when mouse pressed in other area anchors of the main screen
thanks
Ram
What you can do is you can keep the list area over a transparent rectangle, and the rectangle can have a mouse area over it, you can intercept the click event of the mouse are and take action on your listview as per your need.