public MainWindow() { InitializeComponent(); Dictionary dic = new Dictionary { {"1","11"}, {"2","22"}, {"3","33"}, {"4","44"} }; this.lst1.ItemsSource = dic; }