I'm using the daypilot scheduler lite i want to set the timeline showing 10days. How to do that?
You can set the number of visible days using Days property. Example:
<DayPilot:DayPilotScheduler Days="10" ... />