I have an WinExplorerBar with some groups set to container mode where I display an image. The image might be larger then the group header text. When this occurs, the ExplorerBar does not display an horizontal scrollbar. It displays it only when the text of the group is partially hidden. Is there a way for the ExplorerBar to display an horizontal scrollbar when a container is partially hidden?
Hello Guy,
There are different approaches to solve this task. Maybe one possible solution could be if you are using UltraPanel (with AutoScroll = True) which is docked in the ControlContainer. After that you could add your Image in the panel. I made small sample for you. Please take a look at the attached sample and if you have any questions, feel free to write me
Regards