I am using version 11.1 with the latest service pack.
I am upgrading a page from UltraListBar to WebExplorer and I'm stuck on a couple of things. I am building the groups and items all in code.
One problem is I don't want to see any scrollbars, I want the WebExplorer to grow as larger as needed. When I don't set any height I see scrollbars, the area for the webexplorer is just a bit too large for the container area. See the attached screenshots showing all groups collapsed and some expanded. You can see in both case the view area is just a bit too small to hold the entire webexplorerbar.
Secondly I set all the CSS properties to the sames values, i.e. for the groups I have this code _group.CssClass = "linkBlueBold"
_group.ActiveCssClass = "linkBlueBold"
_group.HoverCssClass = "linkBlueBold"
_group.SelectedCssClass = "linkBlueBold"
_group.DisabledCssClass = "linkBlueBold"
The groups show up as blue and bold but after I hover over a group and then hover over something else the first group text turns black. Is there another CssClass attribute that I need to set so groups are always using my "linkBlueBold" class? The top screen shot shows the top group had not been hovered over but the others have been.
Any suggestions would be greatly appreciated
Thanks
Hello John,Please take a look at the sampe i am attaching. You will have to override the default properties of our two classes for the control and the group in order to achioeve the scenario. For the second isue i could not uderstand where you are setting those classes. Can you modify the sample and provide steps to reproduce with the clases you are using?
The css in your sample solved my scrollbar problem. That also gave me the insight to play around with the same CSS class igeb_GroupContents to solve the color problem of my groups. When I added a color element then my group labels remain the correct color.
Thanks for you help/
Hello John,Please let me know if you need any further assistance with this issue.