TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sweta Sinha
NA
51
42.7k
Get the child element of stackpanel in Windows Phone 8
Feb 25 2015 2:55 AM
Hi,
I have programmatically added a list of images in a stack panel,that would display after certain time interval.I have created a click event in that stack panel.I want to get the child element displayed when clicked.
Adding images to the stackpanel:
private void LoadImages()
{
_images.ForEach(item => this.sPanel.Children.Add(item)); //sPanel is the stackpanel,_images contains the list of images
}
Reply
Answers (
0
)
Where to start on Data Binding
selected item from comboBox in store app