I'm making a UserControl that is a child of a StackPanel. When it's content changes the size of the control should also change. How should the UserControl notify the StackPanel (or any other container control) that it's size has changed?I'm making a UserControl that is a child of a S