Hello,
I am a registered user of NetAdvantage for WinForms 8.1.20081.1000.
I am pretty sure it is possible to have a control with a drop-down list of checkboxes, just like the language filter in MSDN or in the local help of Infragistics.But I cannot find out how to set up this control, which would be very useful to me !
Thank you in advance for your answer !
Regards,
Julien Fischer
or even the ButtonsLeft property...
The DropDownEditorButton is part of the ButtonsRight property of the UltraComboEditor.
I have upgraded to 8.3 and I still cannot find this DropDownEditorButton. What should I do ?
There is no need to do that; the Infragistics.Win.UltraWinTree.UltraTree control supports the display of checkboxes; set the UltraTree.Override.NodeStyle property to CheckBox/TriStateCheckBox.
Hi,
Thanks for thr answer it help me as well.
I wonder if I can use this control WinListView for a tree view I have check box which need to have subitems with checkbox as well, any suggestions?