WPF Controls | 6.GroupBox | HD

2 years ago
24

So far we have looked at layout controls in WPF. In this tutorial we're going to look into some of the other controls such as Group Box. As the name suggests the GroupBox is used to group related controls together inside a box where the box is surrounded nicely by a border and allows us to use the header to hint the user about the content inside the box. The examples used in the demo, tutorial also highlights the drag and drop vs a grid layout methods. The first method is an easy fast solution and may satisfy most requirements. The latter method, allow more flexibility in terms of responsive design pattern ie resizing the window. No code behind is needed for this demo.
Any questions, suggestions? Please drop a comment.. Thanks

https://youtu.be/z7_1vO5MiHo

Loading comments...