Browse By Tags

  • xamHTMLViewer in a xamDockManager holding a Google Earth html page not working..

    Hi,

    I'm experiencing some odd behaviour from the xamHTMLViewer, but only with IE 8 in this instance.

    Our scenario is the following:

    We're using xamDockManager to manage the layout of our Silverlight screen.  Our "content" is being held in a…

  • Is it possible to set the XamDockManager Content pane to a fixed size?

    Hello.

    I am using the XamDockManager for my UI along with a SplitPane so that I can have movable/docking/floating content panes. I understand that the size of the Dock Manager content area is determined by the size of the SplitPane hosted in XamDockManager…

  • How to float and dock panes programmatically using XamDockManager

    Hello,

    Is there a way to float and dock panes programmatically?

    if so please provide small example (c# wpf)

    best regards

    Kfir

  • Infragistics Dockmanager: Silverlight 4008/4004 error

    silverlight 4008 error when we try to float the contentpanes over the dockmanager:

    Error Description:LayoutCycle detected. Couldnot complete

  • context menu for content pane

    I have customized context menu for content pane. These will be display by performing right click on content tab header. I want to disable and enable some of the context menu items (not remove), how do I do this?

  • How to find TabGroupPane based on the name or tag?

    Hi

    i have multiple tab group pane, i need to find TabGroupPane based on the name or tag, so that i can place the content pane to the respective tab group pane.

    Regards,

    Chandrashekar

  • Docking dialog/small window only for specific form

    Hi Experties,

    I want to use the dock manger/pane only for specific forms. For e.g. I have an application where half of the window/screen is occupied by grid and half by map.

    I want to shift some of the small dialog/configuration kind of windows from…

  • Memory Leak issue with using ContentPane

    Hi,

    I am using TabGroupPane control within XamDocManager control for adding new tabs in TabGroupPane.

    I am creating ContentPane dynamically and setting its content to UserControl,

    when i add ContentPane to TabGroupPane immedially Memory Usage increasing…

  • ContentPane throws error when dragging begins

    as soon as i drag a pane in my DockManger is throws an Error

     

    error and print screen in attachment

  • how to stop user to float, dock & drag contentPanel(inside dockpanel) in silverlight

    I have a requirement that my content pane should not be movable, currently user is able to drag the control & move over the form & dock it wherever he want. 

    So far I have tried following options, but none of them worked. 

    IsFloating=False

    AllowDockingFloating…

  • Is ContentPane.IsActivePane a DependencyProperty?

  • DocumentContentHost - pinned DocumentPane

    Hi,

    It's possible to pin DocumentPane in DocumentContentHost to freeze its position at specified index in container? Pinned documents in Visual Studio 2012 behaves like that.

    Best regards

  • Media element in dock panel

    Hi,

    We are using xamDockManager in our application to show certain areas that can be hidden. In this we have a dockpanel that contains XamGrid. On addition of any row in xamgrid we start media using mediaelement, which is added in Grid layout panel.…

  • xamGrid in Dock pane causes error

    using sl5 & IG 12.2

    I have a Dock manager with a Content Section and 1 Pane, here is my pane

    <ig:ContentPane Header="Test Filters"
     Width="310"
     IsFloating="False"
     IsPinned="True"
     IsMaximized="False"…

  • Contain pane causes Windows.Controls.Grid to be null when referenced from code behind

    I have a content pane with controls inside of it. this content pane is in the panes collection of a tabgroup pane. When I try to access a item such as a grid from codebehind or any control for that matter it is always null.

       <ig:ContentPane Header=
  • XamDockManager stops working when the child of a ScrollViewer

    For some odd reason I built a very complex User Interface and for some reasons XamDockManager does not work when placed inside a scrollviewer. below is my code.

      <Grid x:Name="LayoutRoot" Margin="2" >
            <toolkit:BusyIndicat…
  • How to disable DockIndicators on xamdockmanager

    Can I disable DockIndicators on xamdockmanager from UI or it should be done programmatically? If so How can I do it?

  • I don't want my Content panes to be able to float can I do this?

    We have one screen wehre we add modules by tabs into the Document manager that is the parent host on the screen. It makes no sense to allow these to float or be dragged around I have tried

     Infragistics.Controls.Layouts.DocumentContentHost Chost = HostControl…
  • XamDockManager Error

    Hi,

    I'm using XamDockManager to show/hide several windows. I received an error when hiding a window but only in a particular sequence. I attached a simplified sample to show the problem. The sequence to replicate the error is as following:

    1. After…

  • XamDockManager bug

    Hello:

          XamDockManager has a bug.When TabGroupPane has several ContentPanes, click the down button,popup is hidden.See the update.

    Thanks!

      

  • XamContentPane Issue

    Hi,

    I am using xamdockmanager and setting the contentpane visibility to collapsed in xaml.  On page load in codebehind, i am dynamically controlling the contentpane's visibility based on the records retrieved from database. However, when i make the visibility…

  • Prism 4

    Our development team finds that XamDockManager does not support Prism 4. All forum posts here are either old (Oct 3, 2011 to be latest) or unanswered. Can you please give your final word on current status of Prism 4 with XamDocManager?

    Thanks

  • XamDockManager with Silverlight 5 OOB (Multiple Window)

    Since Silverlight 5, we are able to create oob application with multiple window.

    It's great ! But i have a problem. I use infragistic, and i need to use XamDockManager. 

    I have 2 or more window in my application.

    I use a XamDockManager on my first…

  • Unable to st the tabgroup pane isFloating property to false?

    Hi,

    I am trying to set my tabgrouppane IsFloating=false , it is not getting set upped .

    Even though I set this property the content pane is able to float :

    Please let me know is there a know issue with this

    Thanks,

    Sravanthi

  • Problem with loading controls after we close and open an existing pane

    In my silverlight application, I have two controls

    1. Control1

    2. Control2

    These two controls are to be displayed in the xamDockManager in a Tabbed Group pane. 

    Tabbed group pane is inside the SplitPane which is placed Left to the xamDockmanager.

    I can…