CalendarKit
CalendarKit copied to clipboard
Restrict hours set
Hi @richardtop !
I want to restrict the hours set presented in the calendar. For example, I want the lateral content(the hours) to be from 12:00 to 18:00.
There is currently any solution to this?
@Boottexy There is no currently solution for this feature.
Do you have any suggestions on how it could be implemented?
Such a restriction, being defined on a higher level could translate to the Size / Position of the TimelineContainer, which will have ClipsToBounds set to true.
I think, its the simplest way for implementing this feature. Also, the Timeline gets completely agnostic about the restriction and still can be used without it (i.e. without TimelineContainer) if needed.
Interested to hear your thoughts on this.