Using Expander controls in C# / WPF

A short post demonstrating how to use expander controls in WPF, to create a list of collapsible / expandable menu items in your C# WPF application Create a new Visual Studio application Create a View Model class for your main window MainWindowViewModel.cs So that we may hide/collapse/make visible individual controls in our expandable items list, …

Continue reading ‘Using Expander controls in C# / WPF’ »