I need a dropdown control to select a month & year, and I was hoping to find something without making my own. The UltraMonthViewMulti control looks perfect with the month and year scroll buttons and the month/year in the title bar, except I can't find a way to get rid of the date selection area. Even setting the control's maximum height to cut off the lower section didn't work. You can make the year, month, and week components invisible, but why not the date?
Any ideas?
Hi
i use the same process in my application.
(UltraMonthViewMulti as user control)
how to access the month and year of UltraMonthViewMulti user control?
which event is used to access month and year?
could you send sample coding for UltraMonthViewMulti control
thank you
Thanks Brian. I figured out a workaround. You can't resize the UltraMonthViewMulti, but if you put it in a UserControl, you can resize this Control to cut off the date selection area from view.
I'm having a little trouble visualizing what you are describing, but it sounds like you are trying to use the control for something that it wasn't designed to do. You might want to consider using a standard ComboBox that is populated with each month of the year for each year that resides in your valid range.