Hello
I just want to know if its possible to enable resizing on the UltraExplorer bar without any DockManager control. So that the user is able to resize the Explorerbar in its width. I looked at a lot of the properties and just could not fine any property relating to this.
Thanks for the help
Unfortunately, this functionality isn't built into the control. You could use the DockManager or use a SplitterContainer, and place the UltraExplorerBar in a pane and set its Dock property to Fill. When you resize the splitter it will resize the UltraExplorerBar.
Hopefully that helps.
Thanks for the very fast reply. Yes this helps, i will take an splitcontainer control to host the explorerbar.
Greetings