This is a migrated thread and some comments may be shown as answers.

PanelBar Scrolling

3 Answers 133 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Alexandra
Top achievements
Rank 1
Alexandra asked on 12 Apr 2011, 11:19 AM
Hi,
I have problems with RadPanelBar`s scrolling. How can I remove that orange color, which appears when the mouse is over the scrollbar?
I`m using RadControls for WPF Q2 2010.

Thanks!

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 13 Apr 2011, 05:36 PM
Hello Alexandra,

You have to edit the default style of the RadPanelbar and play with the VisualStates ( in this case MouseOver VisualState )of the ScrollViewer inside the control template. 

Regards,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Alexandra
Top achievements
Rank 1
answered on 14 Apr 2011, 08:04 AM
Hello Petar,
Thanks for your answer.

I`ve tried to do that. But all I can see about ScrollViewer in default style is:

<ScrollViewer x:Name="ScrollViewer" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" HorizontalScrollBarVisibility="Auto" IsTabStop="False" Padding="{TemplateBinding Padding}" VerticalScrollBarVisibility="Auto" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}">
        <telerik:StyleManager.Theme>
                <telerik:Office_BlackTheme/>
        </telerik:StyleManager.Theme>
        <ItemsPresenter/>
</ScrollViewer>

0
Petar Mladenov
Telerik team
answered on 19 Apr 2011, 01:37 PM
Hello Alexandra,

I made a project for you that uses the whole style of the ScrollViewer ( I edited the parts of the ScrollViewwer via Blend). You should be now able to customize it accordingly. Let us know if you need more help.

All the best,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
PanelBar
Asked by
Alexandra
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Alexandra
Top achievements
Rank 1
Share this question
or