What is the difference between logical and visual tree?
Answer / 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 |
What are the properties that have to be initialized for creating a silverlight control using createsilverlight()?
What is silverlight sdk?
what is .xap file in context of silverlight?
Explain the resemblance between css and silverlight, regarding overlapping objects.
What are the tools are required to develop Silverlight applications?
What video encoding formats are supported in Silverlight application?
Explain silverlight application life-cycle?
Describe the different layout controls available with the use of Silverlight
What is xaml ?
what is easing functions in silverlight?
Mention what is the xap mime type in silverlight?
what are the advantages of extensible application markup language (xaml) over c# or vb.net?