Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
MouseOver on Unpinned ContentPane in TabGroupPane
posted

Hi,

I'm trying to get the state of the contentpane in TabGroupPane.

<igDock:TabGroupPane VerticalAlignment="Top" Background="Transparent" TabStripPlacement="Top" >
                        <igDock:ContentPane AllowDocking="False" AllowClose="False" x:Name="contentPane" CloseButtonVisibility="Collapsed" WindowPositionMenuVisibility="Collapsed"
                                            Header="ABC" Background="Transparent" IsPinned="False"/>

                        <igDock:ContentPane AllowDocking="False" AllowClose="False" x:Name="contentPane1" CloseButtonVisibility="Collapsed" WindowPositionMenuVisibility="Collapsed"
                                            Header="PQR" Background="Transparent" IsPinned="False"/>

                        <igDock:ContentPane AllowDocking="False" AllowClose="False" x:Name="contentPane2" CloseButtonVisibility="Collapsed" WindowPositionMenuVisibility="Collapsed"
                                            Header="XYZ" Background="Transparent" IsPinned="False"/>

</igDock:TabGroupPane>

 

The ContentPane's are Unpinned initially.

When I mouseover on the contentpane Header, The contentPane pop's out but remain in Upinned state.

I want this pop out state and name of the content pane, which has poped out.

I hope,the situation is clear.

Thanks,

VJ

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello VJ,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

Children
No Data