Monday, August 08, 2011

Writing a Stretchable ContentControl in WPF

clip_image001_thumb1.png

Writing a stretchable content container is very easy in WPF. The ViewBox allows you to write stretchable container which will shrink / expand according to the size of the content. In this post I will build a simple Stretchable ContentControl which will expand itself as you go on adding controls to it.


Read more: Daily .Net Tips
QR: https://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=http://dailydotnettips.com/2011/08/05/writing-a-stretchable-contentcontrol-in-wpf/

Posted via email from Jasper-Net