$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Windows Forms Panorama Control
Build modern style UI design, display tile elements in a mosaic manner, represent data in tiles
Home > WinForms UI Controls > User Manual > Panorama Settings in C# in C#

Panorama Control Setting in C#.NET

KetticPanorama Control allows the users to modify the component either in the properties window of the Control or in C# code. This control is used to build modern style user interface for Windows Forms applications. It is able to display tile elements in a mosaic manner. By using the Panorama control for Windows Forms, it is possible to stand for the data in the form of tiles and support scrolling from left or right, whose operation is similar to Windows 8, as well as the drag and drop support. The Panorama control can help users build Modern Style UI for their Windows Forms applications in several minutes.

Setting of KetticPanorama Control in C#.NET

KetticPanorama WinForms Control provides a GridLayout element for the users to display the tiles of the Panorama and allows the users to modify the cell size by using the CellSize property. The default size of a tile is the same with the size of the cell. The size customizing can be done through change the CellSize property in the Smart Tag or in the properties windows in the Kettic Panorama .NET component.

Enable Panorama Tile Reordering in C#.NET

KetticPanorama .NET component allows the users of the control to reorder the Panorama Tile by dragging and dropping. This functionality can be enabled by either changing the ApplyDragNdrop property or applying the simple C# code snippet below,

this.ketticPanorama1.ApplyDragNDrop = true;

Set Numbers of Rows and Columns to Panorama Control

KetticPanorama component does not allow the users change the number of the rows at runtime. They can set the number of the rows by changing the RowsCount property in the Properties window or in the Smart Tag menu. However, Panorama control provides large flexibility of drag and drop operations for the users to modify the column count at runtime. It is able to set a minimum number of columns by using the MinimumColumns property.
C# code for customizing the numbers of the rows columns

this.ketticPanorama1.RowsCount = 5;
this.ketticPanorama1.MinimumColumns = 5;
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls