Browse By Tags

  • XamDockManager floating window custom style

    First of All, I want to mention I am Referring this Post and asking further questions. And applying custom style on XamDockManager floating window.

    1. If we resize the Floating Window, the outer border color is not changing. Which style we can use for this…
  • Can you show me how to styling a Tool Window to default style of OS (Ex: windows 10)

    Current Tool Window always showing in Windows XP style. 

    Can you show me how to styling a Tool Window to default style of Windows OS (Ex: windows 10). 

    I am setting Themes to "LunaNormal"

  • Could you show me how to set different title for content pane when it is docking and it is floating?

    Could you show me how to set different title for content pane when it is docking and it is floating?

    Example: When content pane is docked in TabGroupPane, the title is "Docked", and when move to floating, the title is "Floating"

  • Can I set different title for content pane when docked and floating

    Can I set different title for content pane when docked and floating?

    Example: When docked state, the title is "Docked", and when move to floating, the title is "Floating"

  • Floating window - closing tabs

    Hi,

    When I drag a TabGroupPane outside the main window it becomes a floating window. If I press the Close button on the Floating window it closes the whole window, not an active tab. Is this possible to change this behaviour? I discovered there is an…

  • Dock manager floating and docked windows at run time after adding it to docmanager

    Hi,

    In my application, I am using

     <igDock:XamDockManager  Name="dockManager">
                    <igDock:XamDockManager.Panes>
                    </igDock:XamDockManager.Panes>
    </igDock:XamDockManager>

    And at run time I want to open content pane under split…

  • Floating Pane doesnt take the ButtonStyle

    Hi,

     

    I have an image in a Button Style. When I place the button in one of the ConentPanes in DocumentHost, it is fine. However, when I make it floating, the style is lost. Only Button is represented.

     

    Any help is appreciated.

    Attached is a sample…

  • Floating ContentPane doesn't use ResourceDictionary at head of visual tree

    I am using a ResourceDictionary at the head of a visual tree to specify a Style Setter on a control type used in several ContentPanes further down the visual tree.

    However, when I make a ContentPane floating, the Style Setter no longer applies to the…

  • Do not name the TabGroupPane on the XamDockManager!

    There is a problem that occurs with the layout persistence of the XamDockManager when the TabGroupPane has a name.  If LoadLayout is called and it makes all panes be undocked (I had two panes), redocking the panes in the center of the DocumentContentHost…

  • Contentpane never float by dragging header if I set custom template to it

    Hi, everyone. I need your help. 

    First of all, my English is not good,,, , very sorry. 

    I use DockManager, and I'd like to change the design of it.

    Almost all components work well after applying custom template, but ContentPane is not.

    Once I set…

  • Unable to raise event the pane is floatable

    Hi,

    I have registered an event (Bubble | Tunnel) in a usercontrol and I set this usercontrol as a content to a content pane.
    I handled that event where i added that pane as tabbed container.

    It raises the event when the content pane is in tabbed position…

  • Textbox Validation Border remaining when unpinning.

    Hello,

    I have TabGroupPane with 3 content panes on one pane I have a set of textboxes.  The textboxes show a red border when validation on that box fails. The problem is that when I have validation errors and then unpin the pane it slides back in but the…
  • How to restrict pane floating

    I would like to prevent a particular content pane from being floated. How would i do this?

  • Restrict a floating content pane movement

    Is it possible to restrict a floating content pane movement to a particular section of the screen?

  • Floating ContentPane - How to keep it visible "all" the time

    Please need help. Have been struggling with this for last 24 hours. 

    I have a small floating contentpane - width:100, height:100 which I'm placing over at coordinate x:10, y:10. There is a third party application window below this floating contentpane…

  • Re: How can I disable ContentPane right click context menu ?

    I'm not sure that it is really bug.

    May be I don't understand something, but this behaviour is very strange.

    I checked that if content pane is in its regular state (docked) then right click event is handled by my defined method

    contentPane.OptionsMenuOpening…

  • Floating Pane Border color

    I am currently on NetAdvantage 11.2. I hav used the following XAML to change header properties of my floating panes:

    <Application.Resources>

     

     

     

     

     

    <ResourceDictionary>

     

     

     

     

    <Style TargetType="igDock:PaneHeaderPresenter…

  • Transparent floating window. Please help.

    Hello,

    I'm trying to create transparent floating dockable window. But, having difficulting achieving this. Tried Opacity, but no luck.

     

    Here is a snapshot of my code :

            // Floating dockable split pane

            SplitPane splitFloating = new SplitPane…

  • Re: How can I disable ContentPane right click context menu ?

    Thanks.

    I handled OptionsMenuOpening event

    void contentPane_OptionsMenuOpening(object sender, PaneOptionsMenuOpeningEventArgs e)

    { e.Items.Clear(); }

    It really works.

    It writes some binding error messages in my output screen. I think that I can ignore…

  • contentPane on the fly dock or float

    Hi,

    I am currently working on an application that requires me to create a functionality in which user should have a choice of selecting whether a new contentPane that opens up is floating or will be docked by default.

    I have tried XamDockmanager's…

  • OnToolWindowLoaded example showing undocked panel sizing and positioning

    I needed to provide special handling for a large flyout panel in our application. I wanted to resize and reposition the panel if it was undocked in a way that would extend it beyond workable monitor boundaries. This might happen if you unplugged a laptop…