Evidently, Uwe believes your question pertains to adding the textbox and button to a subcomponent. My interpretation of your question is that you want to add a textbox and button to an exterior region. To do so, you would probably want to derive a root or base layer from Control or UserControl, and add your ListView, TextBox and Button to that.