We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

grid: office2007 colorscheme blue black silver and green xp theme

xp theme green

form with office2007 colorscheme blue silver black.... the trackbar will remain the color of the xp theme....green

see attachment

Screen_76.zip

1 Reply

HA haneefm Syncfusion Team July 4, 2007 10:30 PM UTC

Hi Edwin,

The Support for Office 2007 scroll bars has been added in our new code base. You can enable them using the following properties:

GridControl and GridDataBoundGrid:
Grid.Office2007ScrollBars = true;
Grid.Office2007ScrollBarsColorScheme = Syncfusion.Windows.Forms.Office2007ColorScheme.Blue;

GridGroupingGrid:
gridGroupingControl1.TableControl.Office2007ScrollBars = true;
gridGroupingControl1.TableControl.Office2007ScrollBarsColorScheme = Syncfusion.Windows.Forms.Office2007ColorScheme.Blue;

Splitter and TabBarSpliter:
.Office2007ScrollBars
.Office2007ScrollBarsColorScheme

Basically it swaps out the reflect scroll bars. It won't be tied with GridVisualStyles and should be turned on separately. Could you please open a Direct - Trac incident, we will send the download details for the patch, which contains this feature.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon