RadPageView provides a set of views for presenting a collection of pages. Each page is a stand-alone panel where controls may be added through Visual Studio’s Designer. As such, RadPageView consists of pages and items where each item is associated with a page and it can be used to display that page. A specific layout strategy arranges the pages and the items so that the final look-and-feel is achieved:
This simple architectural approach is based on a very flexible and extensible platform that is fully compatible with the Telerik Presentation Framework. It allows for implementing different layout scenarios (tabstrip, panelbar, navpane, etc) quicker than ever before and is greatly optimized for memory consumption, user interaction times, and unbeatable performance with many pages.
This architecture also provides for extensibility, scalability and ease of use. With the semantic that lies behind RadPageView, it is very easy to create custom views over a collection of pages.
Top