I have an customcontrol that I derive from ComboBox.

But when I add the control to the grid it cannot stretch... And In my class I just override the OnKeyUp and OnSelectionChanged, no UI manipulation...

So why it's happen??? And How to make my control can be stretched and resizeable...