My app looks like this:
SectionHeader
Content
Conte
Apps="{Binding Path=Apps}"
Binds Apps to itself.
Try following
1) Your ViewModel should be a DataContext of Control, then you can use following
Apps="{Binding DataContext.Apps}"
Also you can use Snoop utility to find binding issues in real time