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?
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.