Hello!
I'm using RadPageView in my app. In my code I set the AutoScroll property.
foreach( RadPageViewPage page in radPageView2.Pages)
{
page.AutoScroll = true;
}
The scroll axis is displayed as shown in the attached file, I want to custom style of verticalscroll ;for example, scroll background color, thumb background color,height.
But, I couldn't find a way to get scrollbarElement to set style. What should I do?
Your reply is appreciated.