Multiview in Winform app.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi gurus, In an app. I need to have a Multiview control, like ASP.NET Multiview, to show different set of controls at a time to the end-user. As far as I know there is not such a control in .NET for WinForm apps. I also tried to hide TabbedControl's tabs and hide/show pages via code but I did not manage to do it. Can anyone help me how to solve this problem out? Thanks
Aref