Is it possible to create a new view (like an user control) composed of a Panel with a textbox and label? It would be nice to just drop the new view on a layout and not to worry about setting the views.
You can create a class for that composed view. You will not be able to add it with the designer. Though you can add a panel as a placeholder and then in your code put the composed view on this panel.