What is the difference between logical and visual tree?
Answer Posted / Dig Vijay Singh
The logical tree in a WPF or Silverlight application represents the accessibility structure of controls, while the visual tree contains all the rendered elements and their relationships. The logical tree is used for screen readers to navigate the application, whereas the visual tree helps in finding UI elements programmatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category