This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is there any way to turn off the hourly breakdown for the day and week views in the scheduler? Or is there a way to disable/Hide the Day and Week buttons and views? |
|
|
Hello To do these things, you should create a custom Scheduler style. I have attached an example of a Scheduler style based on the Office Blue theme and the specifications you mentioned. On Line 1566, I set the height of the grid to be 0 to hide the buttons. I wasn't sure if you still wanted the month button to be displayed so you may want to change this around a little. The ItemsControls for the hourly break down are found on lines 1231 for day view, and 1111 for week view. I hid these by setting various margins and column widths to 0. To use this style, you'll need to change the key of the Scheduler style on line 1551 to apply it to a Scheduler control. If you prefer to use a different theme, you can find the xaml code in the Mindscape\WPF Elements\Themes folder. This should give you a place to start, let me know if you need help with any other modifications. Cheers |
|