Pages

Men

rh

7/21/2012

What is the difference between the Visual Tree and the Logical Tree in WPF

What is the difference between the Visual Tree and the Logical Tree?
The visual tree describes the relation of actual visual controls in a WPF layout.  These include the parts that make up controls (for example, a scroller in a ListView )

The logical tree only includes logical components (a ListView for example, and not it’s sub components)

No comments :

Post a Comment