Click here to Skip to main content
15,905,686 members

Comments by Member 11650340 (Top 2 by date)

Member 11650340 16-Jun-15 17:13pm View    
@digimanus There was no code i was stuck on as none of the attempts i had actually worked I was able to iterate through the ItemCollection of the ListView via a FOR loop, but i wasn't able to do anything besides that.

@Maciej I was able to iterate through the ItemCollection as i said to digimanus, But wasn't able to do anything else, i attempted to do a Foreach loop for ItemCollection, ListViewItem and FavouritesItems (the custom object the list is holding), i was later informed by an instructor that for Windows Store Apps.. this wouldn't work.

@digimanus, Maciej.. I posted a solution to this as i figured it out in the early morning today, hopefully with my explanations along with the code i've made it a bit more clear on what i was trying to do, i apologize for not being more detailed in my original question.
Member 11650340 27-May-15 10:51am View    
Yes, i was able to figure the solution to this because of this way of thinking.. and due to a stackoverflow post at : http://stackoverflow.com/questions/16236905/access-parent-window-from-user-control, i changed the solutions around a little and it suited what i was after just fine :) Thanks for your input