How can l get the explorerbar groups to act like they do in outlook?
I have a explorerbar inside a websplitter that is 99.5% on the screen. My explorer has 10 groups and l want the groups to be at the botton not the top.
I have
WebExplorerBar1.GroupContentsHeight = ((int)WebExplorerBar1.Height.Value - (GroupCount * 30));
but the WebExplorerBar1.Height.Value is 0 when loading.
Hi,
You mean groups to be always at the bottom and when you click them the content to be shown in a fixed pane above. While the splitter is used to control the space for the groups and for the content.
ExplorerBar is not designed to work that way. We can consider adding such mode to the control in the future.
Thanks,
Lubomir
Actually, after a brief discussion with the team this behavior will be designed in a new control called WebOutlookBar that is in our backlog and will be released some time in the future.