How to get a List<string> collection of values from app.config in WPF?
问题 The following example fills the ItemsControl with a List of BackupDirectories which I get from code. How can I change this so that I get the same information from the app.config file? XAML: <Window x:Class=\"TestReadMultipler2343.Window1\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\" xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\" Title=\"Window1\" Height=\"300\" Width=\"300\"> <Grid Margin=\"10\"> <Grid.RowDefinitions> <RowDefinition Height=\"30\"/>