New to Telerik UI for WinForms? Download free 30-day trial

Getting Started with WinForms Panorama

This tutorial will help you to quickly get started using the control.

RELATED VIDEOS
Getting started with RadPanorama WinForms RadPanorama Tutorial In this video, we are going to see what it takes to get started with the RadPanorama. RadPanorama is a control that displays elements of type RadTileElement in a mosaic manner. This control is inspired by the Metro Start Menu screen of Windows 8.

Adding Telerik Assemblies Using NuGet

To use RadPanorama when working with NuGet packages, install the Telerik.UI.for.WinForms.AllControls package. The package target framework version may vary.

Read more about NuGet installation in the Install using NuGet Packages article.

With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it here.

Adding Assembly References Manually

When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:

  • Telerik.Licensing.Runtime
  • Telerik.WinControls
  • Telerik.WinControls.UI
  • TelerikCommon

The Telerik UI for WinForms assemblies can be install by using one of the available installation approaches.

Defining the RadPanorama

This article will demonstrate how to get started with RadPanorama. You will be guided through the process of creating a sample application step-by-step.

1. Let’s start by adding the RadPanorama control to the form and setting its Dock property to Fill in the Properties window.

2. Click RadPanorama and a small arrow will appear in the upper right corner. Open the Smart Tag.

3. In the Smart Tag click the Edit Groups link:

WinForms RadPanorama Edit Groups Design Time

4. The RadItem Collection Editor will be opened. Add three groups and set their Text properties to: Tile, Live Tiles, Mixed

WinForms RadPanorama RadItem Collection Editor

5. Now, navigate to the Items property of each group and add few items in it. In this case the first group will contain only RadTileElements, the second group only RadListTileElements and the third group both types of elements.

WinForms RadPanorama Populate Items Collection

6. Then click OK to close the editor.

7. Go back to the Smart Tag and check the Show Groups check box.

WinForms RadPanorama Show Groups

8. Select each tile and in each tile’s Smart Tag, edit its Column, Row, Column Span and Row Span properties.

WinForms RadPanorama Column Row Properties

9. Once you are done with the customization of the properties, if the size that the items need is greater than the control size, the scroll bar will automatically be shown:

WinForms RadPanorama Scroll Bar

10. The layout is done. You can customize each item according to your needs and also you can subscribe to the Click event of each of them, in order to perform some action upon click. To customize RadLiveTileElements, you can use the Live Tile Editor.

See Also

Telerik UI for WinForms Learning Resources

In this article