Duration: 15:29 min
Summary: In this video, we wrap up some of the controls discussion we have had about Windows Forms Controls. We talk about the tab control, the FlowLayoutPanel control, and the TableLayoutPanel control. We create a tab control with two tabs. The first tab contains a FlowLayoutPanel, and the second tab contains a TableLayoutPanel. Then we add two buttons with their associated click events. When the first button is clicked, it creates a TextBox dynamically and fills out with the string “Testing” and a random integer. Then the textbox is added to the controls collection of the FlowLayoutPanel. The same thing applies to the second tab but the textboxes are added to the TableLayoutPanel. We also explore the difference between the FlowLayoutPanel control, and the TableLayoutPanel control.