Hi,
Previously we were using Infragistics4.Win.v14.2 version. The docking panel was hiding in version 14.2 but not in 15.2. It does not auto retract and seems to be pinned.
I have found a method 'UltraDockManager1.FlyIn()' to hide the pane. But I wanted to know Is there any property introduced in v15.2 to automatically hide it which I have missed to assign?
Is it working as designed?
Please find attached document and code sample.
Thanks,
PSR
I want to know if this issue is fixed in the latest release. If yes then why the sample project attached in previous reply is not working properly. If not then will it be fixed and when can it be fixed.
Thanks.
Can someone please help with this issue?
Hello Sahaja,
Thanks for the reply.
As you said that this issue has been fixed in 15.2 and later versions, we have upgraded to Infragistics 17.1.
But I'm getting same issue in 17.1 also.
PFA sample project using 17.1 version.
Please let me know if i'm missing something.
Hello,
After testing your sample and researching further I realized that dock pane not auto-hiding when focus is shifted to modal form is the expected behavior of the pane. Like you mentioned before in order to work around this issue please call UltraDockManager.FlyIn method.
In 15.2 and later versions, the pane auto-hiding behavior is fixed as part of some other feature developer work and there is no new property added to auto-hide it.
Please let me know if you have any questions.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
Attaching one more sample project.