add dropdown list for listctrl column

Answer to my own post. The dropdown list feature is really easy to be implemented by embedding a combo box into ultimatelistctrl.

···

On Thursday, February 28, 2013 6:19:26 PM UTC-8, yumin...@cyaninc.com wrote:

I’m working on an editable listctrl column, and I hope it can become a dropdown list.

I’ve done some research on-line, one solution is fake it by combo box. But that was 6 years ago… I’m wondering if we have a better solution now? Like built-in dropdown list? Thanks guys!