7
shouts

Layout in Windows Presentation Foundation (WPF)

published 256 days, 55 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 256 days, 19 hours, 56 minutes ago
Friday, July 03, 2009 8:52:24 AM GMT Thursday, July 02, 2009 1:51:17 PM GMT

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...

category: Foundation | clicked: 48 | | source: blogs.southworks.net | show counter code
tags: .NET Framework 3.0, Layout, UI, UX, windows presentation foundation, WPF