Hello,
I have an UltraExplorerBar in one form, with Outlook style, and Visual Studio Visual Style. I want to hide the area that is at the bottom of the bar, where the group list is. I have tried to set the property NavigationMaxGroupHeaders to 0, but it only hides the groups, not the list itself. For clarifying better, i don't want to show this:
http://imageshack.us/photo/my-images/850/wr6h.png/
That it's at the bottom of the bar. Any suggestions? Thanks.
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
As far I understand you want to hide the splitter, so to do this you should use creation filter. On the following link you will find more information about IUIElementCreationFilter interface:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2013.1/CLR4.0/html/Win_Creation_Filter.html
Also I have implement a small sample in order to demonstrate you how you could do this.
Please let me know if you have any further questions.