Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Converting from UltraListBar to WebExplorer, couple of cosmetic problems
posted

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

Parents
No Data
Reply
  • 13438
    Verified Answer
    posted

    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?

    WEB_styles.zip
Children