is there a way to change the sizes of the grid's scrollbar elements? I want to change the height width and each element heights.
Those sizes are obtained from the SystemInformation class' HorizontalScrollBarHeight and VerticalScrollBarWidth properties. I believe it can only be modified by changing those values in the user preferences panel.
Brain,
Can you put some code snippet to help me on this, I have searched a lot and think that it can be possible using UIElement too is it correct or is there any way to do it ????
Can you direct me to some code snippet how to do that???
You cannot change these in code, as far as I know. These are Windows system settings.