Hi!
For the floating container the FormBorderStyle is set to SizableToolWindow. This style doesn't let us to make visible the maximaze button.
I try do get the form after the creation of the floating site and change this property to Sizable and MaximizeBox = true but this leads sometimes to nasty effects at the redrawing of the dockpanel.
Wouldn't be posible to give us more flexibility? For example, to have the posibility to set from a property on the docking manager how the floating containers related to it would look like? As far as I know this is not posible now and it would by something useful for what I need to do.
Regards