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

RadPane opacity doesn't take effect

1 Answer 62 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 22 Jun 2011, 06:31 AM
Hi,

We are implementing a floating pane that needs to be slightly transparent when the mouse is not over it but when I set the opacity it doesn't seem to take any effect.

            <telerik:RadSplitContainer x:Name="floatingContainer" InitialPosition="FloatingOnly">
                <telerik:RadPaneGroup>
                    <telerik:RadPane x:Name="pane" IsFloating="False"  Header="MyView" CanDockInDocumentHost="False" CanUserPin="False" CanUserClose="True" CanFloat="True">
                        <vw:MyView x:Name="panel"/>
                    </telerik:RadPane>
                </telerik:RadPaneGroup>
            </telerik:RadSplitContainer>

no matter were I put it (RadSplitContainer, RadPaneGroup, RadPane) the floating panel won't apply the opacity. It will only do it if I apply the opacity to the Docking object, but that sets the opacity on all other RadPane objects, which we don't want.

Is this a known issue? Is there a workaround?

Thanks

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 24 Jun 2011, 11:27 AM
Hi Fernando,

The floating pane is actually a ToolWindow. To set the Opacity you will have to edit the template of the ToolWindow. You can find more information about styling the ToolWindow in this help article.

Hope this information helps.

Greetings,
Konstantina
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
Docking
Asked by
Fernando
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or