I have only found documentation on having combo or text editors inside a treeview control, but have not found the reverse. Is it possible to have a drop down or something that drops down containing a TreeView??
One forum post gave me hope, but I was unable to derive enough information to test:
http://es.infragistics.com/community/forums/t/34726.aspx
Thanks!!!
Chris,
Thank you for the quick response. Your sample works, but a co-worker was able to accomplish this a different way, which may be "cleaner"? With a few lines of code the TreeView drop down behaves and looks like a combo with perfect alignment. Please see the attached solution that I am going to use.
Thanks again,
Jaime
Hi JaimeZ,
This behavior is definitely possible and I have constructed and attached a sample as a demonstration, for reference.
Within this sample, I am cancelling the normal dropdown behavior of the UltraCombo from within its BeforeDropDown event handler and displaying the contents of an UltraPopupControlContainer in its place, which contain an UltraTree, nested within an UltraPanel.
Take a look at the attached sample and if you have any further questions regarding this implementation, please let me know.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support