Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > How to give background color of redpanelbar control

Not answered How to give background color of redpanelbar control

Feed from this thread
  • Posted on Jun 16, 2010 (permalink)

    Hi
    How to give radPanelbar backcolor as suggest in attached document in the telerik window control version (2010.1.10.504).
    because in previous version(2010.1.10.409) by default .
    Attached files

    Reply

  • Boryana Boryana admin's avatar

    Posted on Jun 17, 2010 (permalink)

    Hello Robert Willis,

    Thank you for contacting us.

    To set the BackColor property of the RadPanelBarGroupElement you can use the following approach:

    LightVisualElement lve = ((LightVisualElement)(this.radPanelBarGroupElement1.Children[0]));
    lve.GradientStyle = GradientStyles.Gel;
    lve.BackColor = Color.Red;
    lve.BackColor2 = Color.Orange;

    I hope you find this helpful.

    Do not hesitate to get back to me if you have further questions.

    Regards,
    Boryana
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Posted on Jun 24, 2010 (permalink)

    it's not work for me, i am not able to replace white backgroud of radPanelbar with provided code.
    Please give me another suggestion.

    Reply

  • Boryana Boryana admin's avatar

    Posted on Jun 29, 2010 (permalink)

    Hi Robert Willis,

    The fact that the provided solution does not work implies that your application creates specific circumstances that affect the behavior of RadPanelBar. For this reason I would like to ask you to send us a sample project that reproduces your issue. Once we are able to observe and analyze your case, we will provide you with an adequate solution.

    Please note that you should open a new Support Ticket in order attach files. To open a new Support Ticket please choose Your Account >> Support Tickets >> Support Ticket.

    I am looking forward to your reply.

    All the best,
    Boryana
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > How to give background color of redpanelbar control
Related resources for "How to give background color of redpanelbar control"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]