I have a simple window :
What @JesseJames says is true but not enough.
You have to put
private ObservableCollection Activities { get; set; }
as
public ObservableCollection Activities { get; set; }
And the binding should be:
Regards,