Column/Row headers & Windows Default

Hi, With most Syncfusion controls, there is a property that can be set indicating whether it''s L&F should be Win2000, WinXP, OfficeXP, etc. Is there any way to do the same type of thing with the GridControl? Basically, I need the column headers to appear like the windows default column headers (whatever that may be on the users system depending on what theme they are currently using). Thanks

1 Reply

AD Administrator Syncfusion Team December 6, 2005 07:32 PM UTC

There s no property like this for a GridControl. You can tell the grid to use themes from a themed OS like XP by setting: gridControl1.ThemesEnabled = true.

Loader.
Up arrow icon