Moved.
I have a requirement that is almost perfectly handled by the Explorer Bar in VS 2005 Toolbox mode. The only functionality missing is the ability to resize at runtime. Are there any examples out there? It would be great to have a resize handle at the bottom of each group that allows the user to resize at runtime.
Hello,
I am not sure that I completely understand what you are trying to achieve. Did you mean that when the UltraExplorerBar.Style is set to VisualStudio2005Toolbox should behave as OutlookNavigationPane? Could you explain in more details the behavior that you trying to achieve with the VisualStudio2005Toolbox.
I am waiting for your details.
Below is an image of what I'm trying to achieve. Please ignore the comment regarding "icon to show/hide icon". My requirement is that the pane/container/group be easily resizable. In the image below, there is a splitter bar the user can grab to resize. The reason for this is I am displaying multiple panes, each pane contains a grid. Some grids may have 5 rows, other 50, but I want the user to be able to size the container hosting the grid.
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
As far as I can see from your screen shot you are looking for UltraExpandableGroupBox. It seems to me that there are several UltraExpandableGroupBoxs in a panel. Also to achieve the sizing in runtime you should handle some events of UltraExpandableGroupBoxPane. I have created a small sample where I have created a control, which inherits UltraExpandableGroupBox in order to achieve the sizing that you are looking for.
Let me know if you have any further questions.