Hello support,
We are using UltraDockManager control, when we pin the dock window, is there any property to fix the width of the window, we have set the width of the floating window, but we want a property to fix the width of the window when it is pinned.
Can you please tell us the property from which we can fix the width of the docked (pinned) window. Please note that we are using the dockwindow in the user control.
Hello Vishal,
Did you try my suggestion?
Let me know if it works in your scenario or if you have further questions with this issue.
Regards,LyubaDeveloper Support EngineerInfragisticswww.infragistics.com/support
I came across this exchange and I am having the same issue.
To clarify, I want to set the default size to be used on the toggle Pin/AutoHide.
I was able to hard code the sizes in the AfterPaneButtonClick event and that works if I do not try saving the layout to an XML file or loading the saved layout.
However, I need to be able to save the settings in the XML file.
So A - the default layout pin size should be the same size as the flyout size and then the user can change it.
and B - if the user changes it and saves their layout, the pin size should save.
Of note, if I pin the pane in the designer, it does pin at the flyout size.
Thank you.