In latest release of DotNetBar for WPF we just published we added the ability to set fixed size for single resource in multi-resource view. By default we use variable size so all the resources are resized to fit whatever width is available:
With new CalendarView.ViewSize property you can specify the width for single resource. Every resource displayed will use that width and you will see horiz0ntal scroll-bar appear:
This is useful if you display many resources say anything over 10 since they would not be able to effectively fit on screen…
Hope you like these new additions, we are working on some new exciting features that I hope to share soon.