Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: AvalongDock - LayoutDocumentPane - IsVisible binding

$
0
0
Hi,

The Visibility of the LayoutDocumentPane is evaluated in its method "GetVisibility()".
This methods will always return true except if the parent is a LayoutDocumentPaneGroup with no children.
You can always use your own LayoutDocumentPane class and override the "GetVisibility()" method :
public class MyLayoutDocumentPane : Xceed.Wpf.AvalonDock.Layout.LayoutDocumentPane
  {
    protected override bool GetVisibility()
    {
      //return true in some cases otherwise...
      return false;
    }
  }

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>