Example of Outlook-style Layout in ASP.NET MVC Splitter Control
This example demonstrates the splitter control that is used to design outlook-like application using multiple horizontal panes. You can resize its panes horizontally to increase dimension.
DEMO
SOURCE
Subject |
The splitter control is used to create outlook-like user interface application using multiple panes with horizontal orientation. To create outlook-style user interface, use TreeView, ListView, and Rich Text Editor controls within split panes. The TreeView control is used to display mail folders at left pane and ListView to display details of mail items, and Rich Text Editor to create new mail.