|
Tutorial - Month Scrolling
|
| | |
You can set the number of months that calendar should scroll with ScrollBy property.
By default, it is set to 1.
When you set it to a number larger than the number of columns in the calendar, then calendar
changes view to a next set of months. See an example of this below.
| | |
Example
In this example calendar has 2 columns. ScrollBy is also set to 2, so calendar scrolls by 2 months.
<< | Tuesday, January 06, 2009 | >> |
|
<obout:Calendar runat="server" Columns="2" Rows="2" ScrollBy="2"> </obout:Calendar>
|
| | |
Example
In this example calendar has 2 columns, but ScrollBy is set to 3, so calendar scrolls to a next set of 4 months.
<< | Tuesday, January 06, 2009 | >> |
|
<obout:Calendar runat="server" Columns="2" Rows="2" ScrollBy="3"> </obout:Calendar>
|
| | |
| "Let me say that your products are absolutely amazing. Please add me to the long list of fans." |
Nick Smith, IT Director |
| Santa Rosa Press Democrat |
| | |
|