Hi,
I do have a windows form around 1280 width and 3000 height(by setting scroll height = 3000). Since i have a menu on the explorer bar whenever i scroll down i need to show the menu on the left hand side. The main problem is, I want the menu also move along with the scroll bar dynamically.
I tried to set up the scrollbar X and Y locations to UltraExplorerBar.Location but it did not work. and also one more thing i docked my ExplorereBar to Left on the form.
Please help me on this.
Thanks.
Sorry, I don't understand your request. Please clarify what you mean by "...by setting scroll height = 3000", i.e., what property on what object you are referring to. Also, I'm not clear on what the menu is. If you could post a screen shot that would help us visualize the problem we can try to help.
Hi Brian..
Actually it solved. I have taken two seperate panes one for Explorere Bar and another one for the rest of form. I put auto scroll only for the second pane. so that explorere bar never moves..