Ignite UI Layout Managers
Panel-based user interface layouts are an effective way to manage data-driven and dashboard applications. Only Ignite UI provides you with a Layout Manger right out of the box that makes creating these styles of user interfaces is quick and easy. Panel layouts create by the Layout Manager are responsive and fluid. The Layout Manager offers many options to help you arrange your panels, including flow, vertical, grid and border layouts.
View SampleIgnite UI Splitter
Web developers must strike a balance when designing user interfaces. It’s important to make sure users have access to all the information they need, but sometimes screen real estate doesn’t cooperate. An effective way to manage this is to organize the user interface into panels. With the Ignite UI Splitter component, creating a panel-based user interface is easy. The Splitter can be used vertically or horizontally and you can even nest Splitters to create sub-panels. Your users can drag the Splitter to re-size the panels to their preference.
View SampleIgnite UI Tile Manager
One of the most popular user interface paradigms, especially on touch interfaces, is the layout pattern. Users like the easy-to-understand design, and the use of images makes understanding how users should interact with the application easy. Use the Ignite UI Tile Manager control to render and arrange data into tiles in a responsive grid layout. You can configure each tile’s position (row and column span) and dimensions (row and column position). Granular tile spanning lets you set column and row widths and heights by pixel value, percentage of the total, or wildcard value to use unutilized space in the layout.
View Sample