Hi.. i am using XamDockManger in my project & in that i am using Content pane.Inside content pane i am using expander.
<igWPF:XamDockManager Name="DetailsXDMLayout" LayoutMode="FillContainer"> <igWPF:XamDockManager.Panes> <igWPF:SplitPane SplitterOrientation="Vertical"> <igWPF:SplitPane SplitterOrientation="Horizontal">
<igWPF:ContentPane x:Name="StatusContentpane">
<Expander Header="Status" IsExpanded="True">
<Border BorderBrush="Black" BorderThickness="1"> <igwf:XamDataGrid Name="Statusgrid" /> </Border> </Expander> </igWPF:ContentPane>
</igWPF:SplitPane>
</igWPF:SplitPane> </igWPF:XamDockManager.Panes> </igWPF:XamDockManager>
DataSource i am setting at backend.Small problem is if i close/Collapse expander content pane should also close.How can i do this? Plz solve this & send me a sample code.
Hello Shankar,
Thank you for your post. I have been looking into it and I created a sample project for you, using your code, with the functionality you want. Basically I handled the Expander’s Collapsed event and set the ContentPane’s IsPinned Property to false and executed the FlyIn ContentPaneCommad in order to hide the pane. You can also use the Close Command if you want to close the ContetnPane. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Plz find two images
After looking into this and doing some research, Query in Content pane has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
No... In my window i should place 7 expander & i should able to move. SO XamDockManager is Suitable & If i place inside content pane only i can able to move right? so i have added expander in content pane.so please add expander in content pane & when collapse space(empty space) should go.
I have been looking into the images you have attached and I can say that the expander itself takes all the place it has. I have attached a sample where the Expander is put direcrtly in the Window and when you colllapse it it takes all the place, so I can suggest you ask your question in the MS forums, where the expertsd tehre can give you more accurate answer how to achieve the functonality you want.
Hope this helps you.