CalendarKit icon indicating copy to clipboard operation
CalendarKit copied to clipboard

Restrict hours set

Open Boottexy opened this issue 8 years ago • 2 comments

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 avatar Mar 22 '17 17:03 Boottexy

@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.

richardtop avatar Mar 22 '17 17:03 richardtop