PDA

View Full Version : Tree in combo box



G_Taylor
24 Oct 2008, 8:49 AM
Is it possible to display a tree rather than a list in a combo box? The feature of the combo box that lets the list display "on top" of the other widgets is what I'm after.

gslender
24 Oct 2008, 1:53 PM
you'd need to extend combo box and add your own implementation - the internals just uses a listview so you should easily be able to

zjsun
25 Nov 2009, 11:59 PM
you'd need to extend combo box and add your own implementation - the internals just uses a listview so you should easily be able to

could anyone show a demo? thanks!