I’m actually working on a Windows Phone 7 application that contains a few comboBox, in one of them “a years ComboBox”.I want to insert a loop in that comboBox that should contain years from 1919 till the present year.How should i proceed?
I’m actually working on a Windows Phone 7 application that contains a few comboBox,
Share
I would take a look at the Silverlight Toolkit for Windows Phone. It contains a
DatePickerbring up a looping/scrolling date/month/year selector, emulating the feel of the native applications. Since the source is available, you could use this as a starting point to create your own “year selector” from the components.