We've got a TabControl in a class we defined which inherits from HeaderedContentControl, and this is on a user control. (I hope I'm being clear about this.) When we put our user control onto a window and allow the user to resize it, the TabControl isn't
resizing, as the window resizes. We want it to resize as the user resizes the window. What do we need to do in order to make this happen? Should we put it into a Grid control? (The TabControl within a Grid control.)
Rod