"cardlayout" in C# ?
-
I m making a win form with a explore bar and I want everything I choose from the explore bar to appear in the same form , not opening a new form for each operation. In Java ,it is easy with using Card layout , but how can it be done in C# ? I tried to set visible for every panel , but if there are too many panels , the form is very messy . I also tried the method BringToFront() but it didn't make better . How can i change the panel like Card layout in Java? :confused: Thanks . :laugh:
-
I m making a win form with a explore bar and I want everything I choose from the explore bar to appear in the same form , not opening a new form for each operation. In Java ,it is easy with using Card layout , but how can it be done in C# ? I tried to set visible for every panel , but if there are too many panels , the form is very messy . I also tried the method BringToFront() but it didn't make better . How can i change the panel like Card layout in Java? :confused: Thanks . :laugh:
Hi, I suggest you have a look at the TabControl and TabPage classes. :)
Luc Pattyn [My Articles]
-
Hi, I suggest you have a look at the TabControl and TabPage classes. :)
Luc Pattyn [My Articles]