Hello Support,
We want a collapsable panel. We tried using DockManager but it is not working for us. We have a spliter control and in that in one panel we will have a treeview control which we want it to be collapsable. But when we dock the control to the treeview the control is placed on the form and not the spliter panel. Please find attached the snap shot of the form design.
Our requirement is that we want a collapsable panel. Is there any other control which we can use.
Hello,
I am not exactly sure what is your goal, it will be good if you refer an existing application, which functionality you want to mimic. I think that you should consider using UltraExpandableGroupBox. More information you could find here:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinExpandableGroupBox.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinExpandableGroupBox_Add_Controls_to_the_WinExpandableGroupBox.html
Please let me know if you have any further questions.