I have been trying to figure out how to change the text of the Year and Month Scroll buttons, but have not yet discovered how to do this.
I tried assigning an icon as well, but it did not show up.
None of the changes I did to the MonthScrollButtonAppearance seemed to have any affect, and I have not found a property to change the text displayed on that button.
Any help that can be provided would be greatly appreciated.
Thank you
Thank you for the information. I was hoping for something a little simpler, but oh well. I will look into this.
I appreciate your help.
Thanks again,
Seradex.
Hello,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Thank you for posting in our forum.
In order to change the appearance of the MonthScrollButton you may use Infragistics AppStylist. With your AppStylist open navigate to Schedule tab and click on Month Views. Hoover over the Month Scroll Button and press 1. This will open the appearance settings for this button. More about AppStylist you may find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Styling_Guide_Introducing_Application_Styling_for_Windows_Forms.html
In order to change the arrow sign on the button you will need to use Infragistics DrawFilter. In DrawFilter you can draw your custom symbol as well. More about DrawFilter you may find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Win_Draw_Filter.html
Please find attached a small sample solution implementing custom draw filter.
Please let me know if you have any additional questions.
Thank you for using Infragistics Controls.