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
334
Set ViewStyle property to UltraPanel
posted

Hi i am using the property "ViewStyle = Office2007" on Infragistics.Win.UltraWinTabControl.UltraTabControl control  but i want to know how can i set this style to an UltraPanel?

  • 4160
    Offline posted

    I have the same question: I would like to make the UltraPanel to look as when you set ViewStyle = Office2007 in the UltraGroupBox.

    Thanks a lot.

     

  • 3707
    Suggested Answer
    posted

    You can use something like this code, or change the value in the properties within the designer.

    this.ultraPanel1.ScrollBarLook.ViewStyle = ScrollBarViewStyle.Office2007;

    Optionally, you might want to change the panel background color to match your Office2007 color scheme.