public MessageControl() { InitializeComponent(); LB.SetBinding(ListBox.ItemsSourceProperty, new Binding { Source = this.MessageCollection }); }