Click here to Skip to main content
15,867,686 members
Articles / Desktop Programming / WPF

Deep Dive into WPF Layouting and Rendering

Rate me:
Please Sign up or sign in to vote.
5.00/5 (18 votes)
13 Feb 2022Public Domain13 min read 29.8K   35  
Did you ever wonder what WPF is doing under the hood to place your control on the screen?
WPF documentation can be very minimalistic and confusing, especially when it comes to how layouting and rendering really work and what you need to do in your code to make best use of it. This article is for you if you are interested in technical details.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer (Senior)
Singapore Singapore
Retired SW Developer from Switzerland living in Singapore

Interested in WPF projects.

Comments and Discussions