I have a couple of split panes which has one content pane in each. When i try to drag a content pane and dock it as tabbed pane, the hidden pane's tab is not visible until and unless i hover over it. Please help if you have come across a similar situation. thanks
Hello Akarsha,
Thank you for posting to our forum.
I followed the steps you suggested and was unable to reproduce the behavior you're describing. I created a sample of XamDockManager and have a ContentPane inside the SplitPane. Now when I drag a content pane and dock it as tabbed pane, the pane's tab is visible with and without hover over.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 18.1.20181.105.If the project does show the product feature working correctly, this indicates a possible problem in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if I can provide any further assistance.
DockManager.zip
Hi Divya,
I figured out the issue, panes were not visible because my XamDockManager's Background attribute was set to null.
Your sample solution helped me in figuring out this issue. Thank you very much.
Hi Akarsha,
Thank you for the update, I am glad that my sample helped you to solve the issue.