Hi Daniel,
Thank you for writing back.
This code would not affect the scroll bar because the TelerikMetroTouch theme does not set max size for the same element. If you use the
ScrollBarThickness property in this case the scroll height will increase, but the actual scroll bar will appear smaller (since it is designed this way in the theme). In this case it would be better to change the scroll bar styles in the theme using
Visual Style Builder. You can achieve it by exporting the built-in themes as per the article
Loading Predefined Themes in our documentation. After you have exported the themes open the TelerikMetroTouch theme and navigate to
RadScrollbar -> RadScrollBarElement _> ScrollBarThumb and set the
MaxSize property to
0,0. Refer to the attached image for more detailed information.
Now you can set the
ScrollBarThickness property.
In case you need additional help with the theming mechanism, you can read the following articles:
Let me know if you have additional questions.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time.
Watch the videos and start improving your app based on facts, not hunches.