We would like to use expand buttons layout groups, but I encountered a problem while using DockPanels. When i turn on expandbuttons in detail view layout groups by a controller, then it takes no effect in case when DockPanels module is added. I attached a video showing the details, and I also attached the previously mentioned controller class.
We have a large code base, which worked well so far, but after installing DockPanels, unfortunately, it is now broken. It would be very hard to edit hundreds of layouts to fix it everywhere. I think, dockpanels should not be related to controllers of detailviews, and should not break any other unrelated funcionality.
We would highly appreciate, if you could fix this issue in dockpanels.
Thank you in advance
Sasha (Xafari Support)Client
Hi Tibor, To solve your issue you can disable our controller ExpandableLayoutGroupViewController:
var controller = Frame.GetController();
controller.Active["Deactivation in code"] = false;
Thanks for your patience. I hope you find this information helpful.
Best regards, Sasha.
tiborbalogh
Hi Sasha,
Thank you for your help!
It works
Sasha (Xafari Support)Client
You're welcome, Tibor. Please feel free to contact us in case of any difficulty. We are happy to help you.