Build Scroll Bar in Panorama in C#.NET
Kettic Panorama Control for Windows Forms offers a tile support, which allows the component contain text an image in a tile and rotate images and texts to catch usersâ attention or to show them live messages as well. This tile functionality can be created by using the KetticTileElement and KetticLiveTileElement. The users of the Panorama control are able to run any application by handling the click event of the tiles or enable the touch function for immersive experience for your applications.
Add Panorama Tiles for C#.NET Application
KetticPanorama Control uses the KetticTileElement to create and customize the tile, in which text and image can be included. This KetticTileElement supports hierarchical element, so the users can elements to its Children collection in C# code.
While we are adding a tile to the application, we can use the Column and Row properties to specify the position of the tile in either the main panel or the group. The control allows the users to do this either at design time or using C# code. The following are the C# code setting a tile position.
There are more properties of the tile element available for the users to customize the span of a tile in Panorama control, for example,
The C# code below demonstrates how to customize the tile by setting the three properties above.
Create Live Tiles in Panorama in C#.NET
KetticPanorama Control offers additional features by using the KetticLiveTileElement, which will show content that changes on a specified time interval. The following are the C# code that shows how to change the content element by using the tileItem collection.
Furthermore, we are able to customize animation of the behaviors when we transfer from one content element to another element. The C# code below demonstrates the animation customizing | ![]() 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 |