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?

Parents
No Data
Reply
  • 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.

Children
No Data