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,
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
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlGet Started in C#Design TimeTile Edit in C#Touch SupportSetting in C#Scroll in C#Panorama TileWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |