C# WinApps: is there any separate event that can tell us user has clicked on the small drop button next to the combobox?
Suggestions?
C# WinApps: is there any separate event that can tell us user has clicked on the small drop button next to the combobox?
Suggestions?
Well,
ComboDropDownevent should work. As written in docs:If it doesn't work for you, it seems like a bug.
Possible workaround:
Handle
CellClickevent and check coordinates fromGetCellRect().