I am having a collection bound to a WPF ListBox, I want to make the listboxItems aprear one after the other one first binding to the data. To have an effect similar to powerPoint one.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Two options spring to mind:
A. create a storyboard that animates opacity, and apply it to the
ItemTemplateB. use a timer on a background thread to add items one-by-one to the bound collection