Controling Color on Numeric Up Down

Hi I am using version 1.6.1.8 Is there a way to changes the color of the numeric up down button. I would also like to know if I can control the color of the scroll bars that appear in the grid control. Thanks Tom

4 Replies

AD Administrator Syncfusion Team March 9, 2004 08:06 PM UTC

Currently, since we use the standard Windows Forms controls, the only thing you can do for either of your requests is to set the ThemesEnabled property of the grid to true. On XP systems, this will apply XP Themes to buttons and scrollbars. To do anything else currently would require you to do your own custom controls. In the future we intend to offer our own scrollbars which would allow you more access to customizing them. (No date for this feature though.)


TH Tom Hammon March 10, 2004 01:16 PM UTC

OK. Can I control the behind the grid. For example: I dock a grid, as fill, in a resizible window. The grid has 2 columns and 2 rows. While running the program, the window is resized showing more than the 4 cells. That fill color is what I want to set. Thank Tom


AD Administrator Syncfusion Team March 10, 2004 01:35 PM UTC

You can set the grid.Properties.BackgroundColor property to control the color of the grid''s clientarea not occupied by cells/scrollbars.


TH Tom Hammon March 10, 2004 02:40 PM UTC

Thanks That worked Tom

Loader.
Up arrow icon