|  | 
| Can i remove Scroll Buttons of DatePickerControl ? | 
| Post Reply   | 
| Author | |
| amitb   Groupie     Joined: 13 September 2006 Status: Offline Points: 50 |  Post Options  Thanks(0)  Quote  Reply  Topic: Can i remove Scroll Buttons of DatePickerControl ? Posted: 18 September 2008 at 2:35am | 
| 
   Can i remove the scroll buttons that appear on the left and right side of a date picker control.?? | |
|  | |
| prashant   Senior Member     Joined: 19 February 2007 Location: India Status: Offline Points: 165 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 September 2008 at 8:09am | 
| 
   
Hello Codejock Team, Does following is the right way? CXTPDatePickerItemMonth::SetShowScrolling(FALSE,FALSE) | |
|  | |
| mdoubson   Senior Member     Joined: 17 November 2008 Status: Offline Points: 1705 |  Post Options  Thanks(0)  Quote  Reply  Posted: 13 February 2009 at 6:22pm | 
| 
   if you have access to DatePicker only - you can call
 m_wndDatePicker.SetRange(&dtS, &dtE); with dtS and dtE - min and max dates already visible in picker. Now all Scrollbar will disapear | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |