Hi,
when I'm changing the width of my Scheduler, the toolbar does not refresh and therefore some toolbar items, which were previously hidden (due to the missing space) are not re-shown after increasing the width (and therefore having more space in the toolbar).
I've attached a code example, that simulates the problem. When clicking on the button in the left upper corner "Show/hide waiting list", a waiting list gets displayed on the left. When dispalying the waiting list, the width of the scheduler gets decreased, therefore some items of the toolbar are set to "hidden". When hide the waiting list again, by clicking again on the button, however, the previously hidden items are not displayed again (but the would be enough space in the toolbar to show them again). Therefore, a kind of refresh of the toolbar is missing.
Initial state:
After clicking on the button (display the waiting list -> decreasing the scheduler width):
After clicking again on the button (hiding the waiting list -> increasing the scheduler width):
Is there a way to have an automatic refresh of the toolbar when changing the width of the scheduler (and having more space in the toolbar)? Or, is there a way to manually update the toolbar and its items?
Thanks.
Attachment:
reactsupzvc_41753cf.zip