Content Controls (that derives from the ContentControl class) have a Content property that you can set to almost any object. At first this could be a problem because you can set to only one object but luckily WPF includes a set of elements that help us to solve this problem.These elements are named Panels. Basically a Panel is a component that control the rendering of elements and is responsible for sizing, positioning and arranging elements. WPF provides a number of predefined Panels, each supporting a different type of layout. In the following table you will see all the Panels provided by the WPF with a brief description of each one...
|
7
shouts |
|
|||
No comments yet, be the first one to post comment.