Hi,
I have a floating tool window (will always be floating). I do something like this:
c.Float(ActiproSoftware.Windows.Controls.Docking.FloatSizingBehavior.SizeToContent);
My problem is I have an expander within the content of the ToolWindow and it does not resize to the size of the content when the expander changes (expands/contracts).
Is there a way to resize the ToolWindow when the expander changes?
A normal WPF Window can handle this scenario. Is there anything I can do?