The content area of a C1ViewPort control can hold text, arbitrary controls, and a C1NavigationList control. By default, the content of a C1ViewPort control is scrollable. To turn off scrolling, simply set the IsContentScrollable property to False.
The following image shows the content are of C1ViewPort control with an arbitrary control:
To learn how to add an arbitrary button to the content area, see Adding Arbitrary Controls to the C1ViewPort Control's Content Area.
The following image shows text in the content area of the C1ViewPort control:
To learn how to add text to the content area, see Adding Text to the C1ViewPort Control's Content Area.
The following image shows navigation list items in the content are of the C1ViewPort control:
To learn how to add a C1NavigationList to the C1ViewPort control, see Adding a C1NavigationList Control to a C1ViewPort Control. To learn how to add navigation list items to the navigation list, see Adding Navigation List Items to the C1NavigationList Control.