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
580
How to know is the ContentPane is Floating or not in XAML?
posted

Hi Infragistics Team,

I have an application in which i have a XamDockManager.

In that  i have a TabGroupPane with ContentPane. To which i added my User Control.

My task is to make a Button in that User Control to be visible only if the ContentPane is a floating window. I can't find a way to validate whether the ContentPane is Floating or Docked.

Something like "ContentPane.IsFloating ". Is there any ways to do it ?

 

Regards,

Sify

Parents
No Data
Reply
  • 54937
    Verified Answer
    Offline posted

    There isn't an IsFloating property but you can use the PaneLocation which will be either Floating or FloatingOnly for a floating pane (i.e. a pane within a ToolWindow) depending on which floating state the containing window is in.

Children