This topic illustrates how to add navigation list items using the C1NavigationList Design Form. This topic assumes that you have created an AJAX-enabled ASP.NET project that contains a ScriptManager control (see Creating an AJAX-Enabled ASP.NET Project) and a C1NavigationList control.
Note: This topic will add the navigation list to the server side. To learn how to add navigation list items on the client side, see Creating C1NavigationList Items on the Client Side.
Complete the following steps:
1.
Click C1NavigationListItem's
smart tag () to open the
C1NavigationList Tasks menu and then select Edit NavigationList
from the list.
The C1NavigationList Design Form opens.
2.
Click the Add Child Item button and select an item from the list. For
this example, select List Item.
ListItem01 is added to treeview.
3. In treeview, select ListItem01 to reveal its list of properties in the Properties pane. Set the following properties:
• Set the Text property to "Text".
• Set the TopText property to "TopText".
• Set the ImageUrl property to the URL path of your image.
4. Press OK to close the C1NavigationList Designer Form.
This topic
illustrates the following:
The result of this topic will resemble the following image: