dotnetcorner.ch blog

WinRT / Store App: Stacked content scrolled Horizontally0

27 March 2014
Christoph Keller Christoph Keller

Ever tried using the ScrollViewer Control for Vertically stacked elements and wanted to scroll only horizontally? Here is a short explanation.


ASP.NET MVC: Display List data in a view0

11 January 2011
Christoph Keller Christoph Keller

If you want to display a IEnumerable<x> List in a View, you cannot use standard ASP.NET WebForms Controls like a ListView to iterate over a list. The reason here is mostly because of the fact that MVC 2 does not implement the Form-ViewState.