in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

How to make LayoutControl transparent ?

Last post 11/14/2008 3:40 AM by Bjorn Thorvaldsson. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 11/13/2008 10:10 AM

    How to make LayoutControl transparent ?

    Im looking for instructions on how to make the LayoutControl and its items transparent.

    Doesn't seem trivial thing to do.

    An example would be well appreciated.

  • 11/14/2008 2:22 AM In reply to

    Re: How to make LayoutControl transparent ?

    Bjorn, please take a look at this code snippet

                this.layoutControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;//Any nonskin style
                this.layoutControl1.LookAndFeel.UseDefaultLookAndFeel = false;

                this.layoutControlGroup1.AppearanceGroup.BackColor = System.Drawing.Color.Transparent;
                this.layoutControlGroup1.AppearanceGroup.Options.UseBackColor = true;

    Thanks, Roman

    R&D, .NET Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center
  • 11/14/2008 3:40 AM In reply to

    Re: How to make LayoutControl transparent ?

    Thank you very much.

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED