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

No MouseOver effect on the child control inside RadPane

0 Answers 42 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Shengwei
Top achievements
Rank 1
Shengwei asked on 19 Nov 2013, 03:53 AM
Sorry, Problem solved, this is not due to RadDocking implementation but application bug.
Please ignore this issue
Thanks

********************************
Hi, 

Basically in my main window i have a left hand browse list and right hand side document host displaying radpane in tab form using MVVM  


     
<telerik:RadDocking Grid.Row="1" Grid.ColumnSpan="2" BorderThickness="0" Padding="0" IsEnabled="{Binding Path=IsWebLoading, Converter={StaticResource ibcConverter}}" PreviewClose="RadDocking_PreviewClose">
        <telerik:RadSplitContainer InitialPosition="DockedLeft">
            <telerik:RadPaneGroup>
                <telerik:RadPane  Header="Menu" telerik:RadDocking.SerializationTag="PaneLeft">
                    <views:BrowsePanelView Margin="0" VerticalAlignment="Stretch"  x:Name="browsePanelView" DataContext="{Binding Path=BrowsePaneVM}"/>
                </telerik:RadPane>
            </telerik:RadPaneGroup>
        </telerik:RadSplitContainer>
      
        <telerik:RadDocking.DocumentHost>
            <telerik:RadSplitContainer>
                <telerik:RadPaneGroup modules:PaneGroupExtensions.ItemsSource="{Binding Path=DocPanelTabCollection}" SelectionChanged="RadPaneGroup_SelectionChanged"
                </telerik:RadPaneGroup>
            </telerik:RadSplitContainer>
        </telerik:RadDocking.DocumentHost>     
    </telerik:RadDocking>


However, i encountered strange behavior, i.e. the child control inside the RadPane does not have Mouse Hover effect (neither Left or right hand side), i.e. the cursor will not turn to "hand" when mouse over a button or a link inside the child control. But mouse click function work as per normal.

Anything i did wrong here?

Thank you

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Shengwei
Top achievements
Rank 1
Share this question
or