http://ko.infragistics.com/samples/aspnet/explorer-bar/overview
I would like to reproduce the above result in winforms
One suggestion though, when one group is open, others should close automatically
Hi Stan,
By setting your Style property to ListBar you can make a single group visible all the time with other groups collapsed either above or below the active group. So if you want your ExplorerBar to have accordion view like the web version where clicking on a button expands a panel below it then set its Style to ListBar.
To read more ListBar Style for UltraExplorerBar you can refer to the below link and you will find this Style information towards middle of the page.
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/WinExplorerBar_Select_an_Appearance_Style.html
Please let me know if you have any questions.
Sincerely,
Sahaja Kokkalagadda
Associate Software Developer, Windows Forms
http://ko.infragistics.com/
That looks and functions nothing like the web accordian version
What you have in WinForms is a panel, with buttons on the bottom
Clicking the buttons refreshes the panel
I am looking for an accordion view like the web version where clicking the button will expand a panel below it
You can find examples here https://jqueryui.com/accordion/
here http://webdesignledger.com/best-practices-accordions-in-web-design/
or here http://ko.infragistics.com/samples/aspnet/explorer-bar/overview
The Style property of the UltraWinExplorerBar control determines the element's overall mode of behavior. To achieve the same result in WinForms Application you can refer to the below help document.