How to orient WrapPanel items within ItemsControl lists vertically and horizontally
Some prefer to display items contained inside a WPF WrapPanel so that they can be scrolled vertically, others prefer horizontal scrolling. This post shows how to do both, by way of some simple tweaks. Step 1: Create a new Visual Studio project Step 2: Create a ViewModel Create a ViewModel class which we use to …