by Weifen Luo (DevZest)
7. August 2009 17:50
Download: SplitContainer.zip (60KB)
Introduction
Windows Forms has a very handy SplitContainer control that you can use to resize two child panels. In WPF world we're out of the luck - we must use Grid and GridSplitter which is not intuive, and most importantly, can only data binding to ...
[More]