Greetings, Is there any way to create something like automatic combobox switcher in WPF? The case is that I want to add some links to combobox and these links should automatically changed after, let's say 10sek. Something like dynamic advertisements or combobox links rotator. Is there any way to achieve something like that ?
EDIT: To be more specific: combobox should contain links, for instance:
- Link1
- Link2
- Link3
by default, Link1 will be chosen but after 10seconds, Link2 will be chosen, then after next 10 seconds Link3 will be chosen. Then again, after next 10 seconds, Link1 will be chosen