|
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.
<< | Sunday, July 06, 2008 | >> |
|
<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.
<< | Sunday, July 06, 2008 | >> |
|
<obout:Calendar runat="server" Columns="2" Rows="2" ScrollBy="3"> </obout:Calendar>
|
| | |
| "WOW! Now you are cooking with gas! oBout rocks my world. You guys are the best.
Kudos! I will continue to recommend you to all of my developer buddies." |
Joshua Richards |
| Liquid Circuit, LLC |
| | |
|