Replies: 1 comment
-
I have thought about making a "Scheduling" control or trying to make one using XCalendar before. Its possible. XCalendar uses DataTemplates to show days so its hard to have information align or go across multiple of these templates which is what those lines do, and the columns in each of those days have to align with those lines. But I think you could make this layout by visualising each column as a DayTemplate. So in each column you would have those line separators and then the blue bar under them. The hardest part would probably be the numbers on the left. You would probably need to have those in every column and then detect when a Day is in the first column in the Calendar and show/hide the numbers accordingly. |
Beta Was this translation helpful? Give feedback.
-
Is something like this achievable with XCalendar?
Beta Was this translation helpful? Give feedback.
All reactions