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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.