winforms - use multiple screens on a window - C# -
i want use multiple screens ( panel or else ) on window!
i don't want use mdi child form ...
is there way? 
or

our approach create "views" usercontrols , add/remove them in code to/from panel on form. times share set of common methods (interface iview) can example check whether view unsaved data, etc.
Comments
Post a Comment