Quantcast
Channel: MVVM Light Toolkit
Viewing all articles
Browse latest Browse all 1826

New Post: Debugging between VS 2011 beta and Blend 5 beta

$
0
0
jdbell wrote:

Just an update to let you know, I have succeeded in getting design time data coming through. I think my problem might be related to using a GridView bound to a CollectionViewSource defined in the XAML as follows:

<CollectionViewSource
        x:Name="groupedItemsViewSource"
        Source="{Binding Groups}"
        IsSourceGrouped="true"
        ItemsPath="Items"/>

 If I bind a ListBox to the same collection (Groups) in the same page I see the data at design time, so its something to do with the GridView and/or the CollectionViewSource.

You could set the Source for the design, here is an article explaining how: http://bit.ly/TacvU0


Viewing all articles
Browse latest Browse all 1826

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>